This commit is contained in:
parent
df9e3d7916
commit
cfe3b3cc51
3 changed files with 140 additions and 69 deletions
|
|
@ -4,8 +4,6 @@
|
|||
./hardware-configuration.nix
|
||||
../../modules/nixos
|
||||
];
|
||||
|
||||
qt.style = "adwaita";
|
||||
services.blueman.enable = true;
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
|
@ -29,6 +27,7 @@
|
|||
cursor = {
|
||||
package = pkgs.catppuccin-cursors.macchiatoMauve;
|
||||
name = "catppuccin-macchiato-mauve-cursors";
|
||||
size = 25;
|
||||
};
|
||||
fonts = {
|
||||
serif = {
|
||||
|
|
|
|||
|
|
@ -44,10 +44,12 @@
|
|||
gnome.enable = true;
|
||||
gtk.enable = true;
|
||||
firefox.enable = true;
|
||||
firefox.profileNames = [ "default" ];
|
||||
vesktop.enable = true;
|
||||
wezterm.enable = true;
|
||||
helix.enable = true;
|
||||
vscode.enable = true;
|
||||
vscode.profileNames = [ "default" ];
|
||||
fish.enable = true;
|
||||
wpaperd.enable = true;
|
||||
kitty.enable = false;
|
||||
|
|
@ -89,6 +91,9 @@
|
|||
eza
|
||||
bat
|
||||
gitui
|
||||
wleave
|
||||
wl-gammarelay-rs
|
||||
wl-gammarelay-applet
|
||||
];
|
||||
|
||||
home.stateVersion = "23.11"; # DO NOT CHANGE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue