aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-06 15:38:39 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:33:20 +0200
commitaedb286becf3fcb13ee4ce7a8b62e4b35c0d7be2 (patch)
tree904ecbda15deece0b2b20232cd60a5d58bfcad55 /flake
parentFix(hm/conf/swaylock): Add a nice GNU image (diff)
downloadnixos-config-aedb286becf3fcb13ee4ce7a8b62e4b35c0d7be2.zip
Style(treewide): Format
Diffstat (limited to 'flake')
-rw-r--r--flake/default.nix16
-rw-r--r--flake/packages/default.nix8
2 files changed, 12 insertions, 12 deletions
diff --git a/flake/default.nix b/flake/default.nix
index addd011c..8d0d83d4 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -36,10 +36,10 @@
pkgs
sysLib
# extra information
-
+
system
# bins
-
+
video_pause
yambar_cpu
yambar_memory
@@ -49,12 +49,12 @@
shell_library
flake_update
# external deps
-
+
user_js
neovim_config
snap-sync
# modules
-
+
impermanence
;
};
@@ -85,11 +85,11 @@ in {
nixpkgs
sysLib
# configs
-
+
defaultModules
defaultSpecialArgs
# bins
-
+
video_pause
yambar_cpu
yambar_memory
@@ -99,13 +99,13 @@ in {
shell_library
flake_update
# external deps
-
+
user_js
neovim_config
snap-sync
templates
# modules
-
+
impermanence
home-manager
agenix
diff --git a/flake/packages/default.nix b/flake/packages/default.nix
index a7274aeb..666fa20a 100644
--- a/flake/packages/default.nix
+++ b/flake/packages/default.nix
@@ -17,25 +17,25 @@
install = import ../../bootstrap/install {
inherit
pkgs
- sysLib
+ sysLib
;
};
activate = import ../../bootstrap/activate {
inherit
pkgs
- sysLib
+ sysLib
;
};
setup = import ../../bootstrap/setup {
inherit
pkgs
- sysLib
+ sysLib
;
};
config_setup = import ../../bootstrap/config_setup {
inherit
pkgs
- sysLib
+ sysLib
;
};
}