Actually install plasma on my laptop...

main
kalle 2024-12-11 14:04:49 +01:00
parent 6b1e90e6e2
commit 16a9d394e1
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@
fira-code
fira-code-symbols
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
nerd-fonts.symbols-only
];
fontconfig = {

View File

@ -10,6 +10,7 @@
./hardware-configuration.nix
../../modules/sddm.nix
../../modules/plasma.nix
../../modules/bash.nix
../../modules/kitty.nix
@ -40,7 +41,6 @@
home.packages = with pkgs; [
discord
vesktop
firefox
chromium
httpie
kate

View File

@ -2,5 +2,5 @@
...
}:
{
services.xserver.desktopManager.plasma6.enable = true;
services.desktopManager.plasma6.enable = true;
}