mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 21:09:22 +02:00
move users config into modules
This commit is contained in:
parent
e24f78d5f5
commit
d2336f16a6
4 changed files with 45 additions and 11 deletions
|
@ -64,7 +64,7 @@ in
|
|||
jopejoe1 = {
|
||||
common = {
|
||||
enable = true;
|
||||
gui.enable = config.jopejoe1.gui.enable;
|
||||
gui = config.jopejoe1.gui.enable;
|
||||
fonts = {
|
||||
serif = config.fonts.fontconfig.defaultFonts.serif;
|
||||
sansSerif = config.fonts.fontconfig.defaultFonts.sansSerif;
|
||||
|
@ -72,16 +72,7 @@ in
|
|||
emoji = config.fonts.fontconfig.defaultFonts.emoji;
|
||||
};
|
||||
};
|
||||
nushell.enable = true;
|
||||
git.enable = true;
|
||||
direnv.enable = true;
|
||||
sway.enable = true;
|
||||
firefox.enable = config.jopejoe1.gui.enable;
|
||||
};
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "frappe";
|
||||
accent = "mauve";
|
||||
users.jopejoe1.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue