diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-23 10:31:36 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-23 10:31:36 +0100 |
commit | e03830b5fc202d8aa966d9078cd18e5b25349c44 (patch) | |
tree | 6d3d10310a0e12b7cb5cd30cdcfd4d200b77aa47 | |
parent | fix(modules/taskwarrior): Provide an enable option (diff) | |
download | nixos-config-e03830b5fc202d8aa966d9078cd18e5b25349c44.tar.gz nixos-config-e03830b5fc202d8aa966d9078cd18e5b25349c44.zip |
style(treewide): Refactor
-rw-r--r-- | flake/nixosConfigurations/default.nix | 6 | ||||
-rw-r--r-- | modules/by-name/ho/home-manager/module.nix | 4 | ||||
-rw-r--r-- | modules/home.legacy/conf/firefox/default.nix | 1 |
3 files changed, 0 insertions, 11 deletions
diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index 564d2535..d51e57a5 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -48,26 +48,20 @@ shell_library sysLib # extra information - system # modules - impermanence nix-index-database nixVim # nix registry - nixpkgs_as_input self templates # bins - # TODO: Integrate these into `pkgs/by-name` <2024-05-22> - river_init_lesser serverphone # external deps - user_js ; }; diff --git a/modules/by-name/ho/home-manager/module.nix b/modules/by-name/ho/home-manager/module.nix index 4a8b351f..d8b48c1c 100644 --- a/modules/by-name/ho/home-manager/module.nix +++ b/modules/by-name/ho/home-manager/module.nix @@ -39,17 +39,13 @@ in { pkgsStable sysLib # extra information - system # bins - river_init_lesser shell_library # external deps - user_js # modules - impermanence nixVim nix-index-database diff --git a/modules/home.legacy/conf/firefox/default.nix b/modules/home.legacy/conf/firefox/default.nix index f2ccfc99..663c4978 100644 --- a/modules/home.legacy/conf/firefox/default.nix +++ b/modules/home.legacy/conf/firefox/default.nix @@ -78,7 +78,6 @@ config lib # options - prefConfig search userChrome |