From e7c8e9ac5ae07bd666ac6abb415b7edeef7bc83f Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 1 Dec 2024 17:58:53 +0100 Subject: [PATCH] run alejandra new version --- base/programs.nix | 3 --- home/emacs.nix | 3 +-- home/x/i3bar.nix | 1 - hosts/boreal/home.nix | 2 -- 4 files changed, 1 insertion(+), 8 deletions(-) diff --git a/base/programs.nix b/base/programs.nix index cc111fb..3655de8 100644 --- a/base/programs.nix +++ b/base/programs.nix @@ -21,7 +21,6 @@ inherit (pkgs) # shell usage - bat fd file @@ -31,7 +30,6 @@ pciutils usbutils # development - git git-crypt git-lfs @@ -40,7 +38,6 @@ python3 vim # terminal utilities - htop unzip zip diff --git a/home/emacs.nix b/home/emacs.nix index 091846e..5935972 100644 --- a/home/emacs.nix +++ b/home/emacs.nix @@ -24,9 +24,8 @@ in { inherit (pkgs) sqlite # needed by org-roam - + # fonts used by my config - emacs-all-the-icons-fonts iosevka-bin ; diff --git a/home/x/i3bar.nix b/home/x/i3bar.nix index 580b65e..3ac8b63 100644 --- a/home/x/i3bar.nix +++ b/home/x/i3bar.nix @@ -41,7 +41,6 @@ in { inherit (pkgs) # FIXME: is this useful? - font-awesome ; }; diff --git a/hosts/boreal/home.nix b/hosts/boreal/home.nix index 1ee6fbe..f7425b6 100644 --- a/hosts/boreal/home.nix +++ b/hosts/boreal/home.nix @@ -20,13 +20,11 @@ inherit (pkgs) # some websites only work there :( - chromium darktable hugin enblend-enfuse # dev - rustup ;