mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
users/foo-dogsquared/setups/research: move from programs
namespace
It encompasses more than the programs themselves anyways.
This commit is contained in:
parent
6a0a697ffe
commit
95f24e424f
@ -20,7 +20,6 @@ in
|
||||
nixvim.enable = true;
|
||||
email.enable = true;
|
||||
email.thunderbird.enable = true;
|
||||
research.enable = true;
|
||||
vs-code.enable = true;
|
||||
|
||||
custom-homepage = {
|
||||
@ -49,6 +48,7 @@ in
|
||||
fonts.enable = true;
|
||||
music.enable = true;
|
||||
music.mpd.enable = true;
|
||||
research.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
./programs/keys.nix
|
||||
./programs/nixvim
|
||||
./programs/custom-homepage.nix
|
||||
./programs/research.nix
|
||||
./programs/shell.nix
|
||||
./programs/terminal-multiplexer.nix
|
||||
./programs/vs-code.nix
|
||||
@ -21,5 +20,6 @@
|
||||
./setups/development.nix
|
||||
./setups/fonts.nix
|
||||
./setups/music.nix
|
||||
./setups/research.nix
|
||||
];
|
||||
}
|
||||
|
@ -2,10 +2,10 @@
|
||||
|
||||
let
|
||||
userCfg = config.users.foo-dogsquared;
|
||||
cfg = userCfg.programs.research;
|
||||
cfg = userCfg.setups.research;
|
||||
in
|
||||
{
|
||||
options.users.foo-dogsquared.programs.research.enable =
|
||||
options.users.foo-dogsquared.setups.research.enable =
|
||||
lib.mkEnableOption "foo-dogsquared's usual toolbelt for research";
|
||||
|
||||
config = lib.mkIf cfg.enable (lib.mkMerge [
|
Loading…
Reference in New Issue
Block a user