about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-06-27 17:07:45 +0200
committerBaitinq <[email protected]>2022-06-27 17:12:51 +0200
commitede154f223670093d74556aa1faa46cea6d8bdb3 (patch)
tree410bc3505666a69dd40c25aaa2b00b1930a13f00
parentPackages: Remove unneeded buildinputs (diff)
downloadnixos-config-ede154f223670093d74556aa1faa46cea6d8bdb3.tar.gz
nixos-config-ede154f223670093d74556aa1faa46cea6d8bdb3.tar.bz2
nixos-config-ede154f223670093d74556aa1faa46cea6d8bdb3.zip
Fmt: Move custom packages together
-rw-r--r--hosts/home.nix4
-rw-r--r--hosts/luna/home.nix2
-rw-r--r--hosts/phobos/home.nix2
3 files changed, 4 insertions, 4 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 6d508cf..2edad88 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -25,8 +25,6 @@ in
       dunst
       sxhkd
       feh
-      custom.smart-wallpaper
-      custom.dwmbar
       pavucontrol
       polkit_gnome
       progress
@@ -36,6 +34,8 @@ in
       git-crypt
       nixpkgs-fmt
       paperkey
+      custom.smart-wallpaper
+      custom.dwmbar
     ];
   };
 
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix
index 87a5f0c..7adeb31 100644
--- a/hosts/luna/home.nix
+++ b/hosts/luna/home.nix
@@ -8,11 +8,11 @@ in
     #jetbrains.idea-community
     calibre
     qtcreator
+    kcc
     custom.anime-downloader
     custom.adl
     custom.trackma
     custom.kindlegen
-    kcc
   ];
 
   programs.firefox.profiles.default.settings = {
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix
index 8708ead..54da2b3 100644
--- a/hosts/phobos/home.nix
+++ b/hosts/phobos/home.nix
@@ -8,11 +8,11 @@ in
     jetbrains.idea-community
     calibre
     qtcreator
+    kcc
     custom.anime-downloader
     custom.adl
     custom.trackma
     custom.kindlegen
-    kcc
   ];
 
   programs.firefox.profiles.default.settings = {