xserver.nix is now desktop.nix; WM's can now be added/removed through machine options. Added sway and some fonts.
This commit is contained in:
parent
4386bc197d
commit
6c744f089e
12 changed files with 337 additions and 38 deletions
|
@ -14,8 +14,12 @@ mkIf (elem "fonts" config.machine.conffiles) {
|
|||
fonts = with pkgs; [
|
||||
corefonts # Microsoft free fonts
|
||||
dejavu_fonts
|
||||
font-awesome-ttf
|
||||
inconsolata # monospaced
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
noto-fonts-extra
|
||||
powerline-fonts
|
||||
source-han-sans-japanese
|
||||
source-han-sans-korean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue