Actually install plasma on my laptop...
parent
6b1e90e6e2
commit
16a9d394e1
|
@ -60,7 +60,7 @@
|
|||
fira-code
|
||||
fira-code-symbols
|
||||
|
||||
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
||||
nerd-fonts.symbols-only
|
||||
];
|
||||
|
||||
fontconfig = {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
services.xserver.desktopManager.plasma6.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue