Config changes...
This commit is contained in:
parent
6381ccf530
commit
e28f9d5f2f
@ -16,7 +16,7 @@
|
||||
host = "c-clt-dsk01";
|
||||
|
||||
applications.common.enable = true;
|
||||
applications.alacritty.enable = false;
|
||||
applications.alacritty.enable = true;
|
||||
applications.devenv.enable = false;
|
||||
applications.firefox.enable = true;
|
||||
applications.git.enable = true;
|
||||
|
@ -20,6 +20,7 @@ in {
|
||||
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.waybar;
|
||||
systemd.enable = true;
|
||||
};
|
||||
|
||||
|
@ -45,14 +45,9 @@ in {
|
||||
|
||||
stylix.fonts.monospace = {
|
||||
package = pkgs.nerd-fonts.dejavu-sans-mono;
|
||||
name = "DejaVuSansM Nerd Font Mono";
|
||||
name = "DejaVuSansM Nerd Font Propo";
|
||||
};
|
||||
|
||||
# stylix.fonts.monospace = {
|
||||
# package = pkgs.dejavu_fonts;
|
||||
# name = "DejaVu Sans Mono";
|
||||
# };
|
||||
|
||||
stylix.cursor = {
|
||||
package = pkgs.phinger-cursors;
|
||||
name = "phinger-cursors-dark";
|
||||
|
Loading…
x
Reference in New Issue
Block a user