Recreated nix files
This commit is contained in:
+301
-302
File diff suppressed because it is too large
Load Diff
@@ -712,8 +712,7 @@ We also add a devshell that makes editing this repository easier in emacs.
|
|||||||
<<flake-home-module>>
|
<<flake-home-module>>
|
||||||
catppuccin.nixosModules.catppuccin # theme
|
catppuccin.nixosModules.catppuccin # theme
|
||||||
|
|
||||||
# end_script as a systemd service
|
({ lib, config, pkgs, ... }: {
|
||||||
({ lib, config, pkgs, ... }: {
|
|
||||||
systemd.user.services.endScript = lib.mkIf (lib.fileExists ./assets/scripts/end_script.sh) {
|
systemd.user.services.endScript = lib.mkIf (lib.fileExists ./assets/scripts/end_script.sh) {
|
||||||
description = "Run end script after Home Manager";
|
description = "Run end script after Home Manager";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
@@ -723,7 +722,7 @@ We also add a devshell that makes editing this repository easier in emacs.
|
|||||||
${./assets/scripts/end_script.sh}
|
${./assets/scripts/end_script.sh}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};)
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
|
|||||||
@@ -76,8 +76,7 @@ in
|
|||||||
|
|
||||||
catppuccin.nixosModules.catppuccin # theme
|
catppuccin.nixosModules.catppuccin # theme
|
||||||
|
|
||||||
# end_script as a systemd service
|
({ lib, config, pkgs, ... }: {
|
||||||
({ lib, config, pkgs, ... }: {
|
|
||||||
systemd.user.services.endScript = lib.mkIf (lib.fileExists ./assets/scripts/end_script.sh) {
|
systemd.user.services.endScript = lib.mkIf (lib.fileExists ./assets/scripts/end_script.sh) {
|
||||||
description = "Run end script after Home Manager";
|
description = "Run end script after Home Manager";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
@@ -87,7 +86,7 @@ in
|
|||||||
${./assets/scripts/end_script.sh}
|
${./assets/scripts/end_script.sh}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};)
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user