wip: dnsc-machine setup
This commit is contained in:
parent
672a80e200
commit
c2dd8c26f5
3 changed files with 27 additions and 20 deletions
|
|
@ -22,7 +22,7 @@
|
|||
swaybg
|
||||
xwayland-satellite
|
||||
nerd-fonts.victor-mono
|
||||
work-sans
|
||||
adwaita-fonts
|
||||
bodoni-moda
|
||||
reversal-icon-theme
|
||||
fnm
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
antialiasing = true;
|
||||
defaultFonts = {
|
||||
monospace = [ "VictorMono Nerd Font" ];
|
||||
sansSerif = ["Work Sans"];
|
||||
sansSerif = ["Adwaita Sans"];
|
||||
serif = ["Bodoni Moda"];
|
||||
};
|
||||
};
|
||||
|
|
@ -56,17 +56,17 @@
|
|||
enable = true;
|
||||
colorScheme = "dark";
|
||||
font = {
|
||||
package = pkgs.work-sans;
|
||||
name = "Work Sans";
|
||||
size = 10;
|
||||
package = pkgs.adwaita-fonts;
|
||||
name = "Adwaita Sans";
|
||||
size = 12;
|
||||
};
|
||||
iconTheme = {
|
||||
package = pkgs.reversal-icon-theme;
|
||||
name = "Reversal";
|
||||
name = "reversal-icon-theme";
|
||||
};
|
||||
cursorTheme = {
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata Ice";
|
||||
name = "Bibata-Modern-Ice";
|
||||
size = 24;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue