tb
This commit is contained in:
parent
3f32cdd6ff
commit
b2bcd52da0
9 changed files with 146 additions and 21 deletions
|
|
@ -17,7 +17,5 @@
|
|||
./syncthing.nix
|
||||
./wayland.nix
|
||||
./zsh.nix
|
||||
] ++ lib.optionals config.gaming.enable [
|
||||
./vr.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@
|
|||
};
|
||||
|
||||
fonts = {
|
||||
# monospace = {
|
||||
# package = pkgs.jetbrains-mono;
|
||||
# name = "JetBrainsMono";
|
||||
# };
|
||||
monospace = {
|
||||
package = (pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];});
|
||||
name = "JetBrainsMono Nerd Font";
|
||||
};
|
||||
|
||||
emoji = {
|
||||
package = pkgs.twemoji-color-font;
|
||||
|
|
@ -25,8 +25,8 @@
|
|||
};
|
||||
|
||||
cursor = {
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata theme";
|
||||
package = pkgs.rose-pine-cursor;
|
||||
name = "Rosé Pine";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
hyprlock
|
||||
hypridle
|
||||
hyprpaper
|
||||
hyprcursor
|
||||
];
|
||||
|
||||
xdg.portal = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue