stylix: enable!
This commit is contained in:
parent
ac46c5b9eb
commit
5fbe5c4394
2 changed files with 33 additions and 0 deletions
|
|
@ -31,6 +31,34 @@
|
|||
];
|
||||
};
|
||||
|
||||
stylix.enable = true;
|
||||
stylix = {
|
||||
image = ../../res/wallpaper.png;
|
||||
cursor = {
|
||||
package = pkgs.catppuccin-cursors;
|
||||
name = "macchiatoMauve";
|
||||
};
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
nerdfonts
|
||||
cantarell-fonts
|
||||
];
|
||||
monospace.name = "FiraCode Nerd Font Mono";
|
||||
sansSerif.name = "Cantarell";
|
||||
serif.name = "Cantarell";
|
||||
};
|
||||
|
||||
targets = {
|
||||
console.enable = true;
|
||||
gnome.enable = true;
|
||||
gtk.enable = true;
|
||||
nixos-icons.enable = true;
|
||||
firefox.enable = true;
|
||||
vesktop.enable = true;
|
||||
wezterm.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.username = "fedfer";
|
||||
home.homeDirectory = "/home/fedfer";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue