aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
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
;
};
}