updates and adding some tweaks for kaladin and dvdbackup
This commit is contained in:
parent
ec7f2e078e
commit
73cb25a368
8 changed files with 261 additions and 65 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue