updates and adding some tweaks for kaladin and dvdbackup

This commit is contained in:
Chris Cochrun 2023-08-04 06:18:59 -05:00
parent ec7f2e078e
commit 73cb25a368
8 changed files with 261 additions and 65 deletions

View file

@ -40,6 +40,7 @@ with lib;
sddm = {
enable = false;
};
gdm.enable = false;
session = [
{
manage = "desktop";
@ -63,16 +64,16 @@ with lib;
enableKwallet = true;
};
fonts.fonts = with pkgs; [
nerdfonts
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
liberation_ttf
mplus-outline-fonts.githubRelease
dina-font
proggyfonts
];
fonts.packages = with pkgs; [
nerdfonts
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
liberation_ttf
mplus-outline-fonts.githubRelease
dina-font
proggyfonts
];
hardware = {
keyboard.qmk.enable = true;