Actually install plasma on my laptop...
parent
6b1e90e6e2
commit
16a9d394e1
|
@ -60,7 +60,7 @@
|
||||||
fira-code
|
fira-code
|
||||||
fira-code-symbols
|
fira-code-symbols
|
||||||
|
|
||||||
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
nerd-fonts.symbols-only
|
||||||
];
|
];
|
||||||
|
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
../../modules/sddm.nix
|
../../modules/sddm.nix
|
||||||
|
../../modules/plasma.nix
|
||||||
|
|
||||||
../../modules/bash.nix
|
../../modules/bash.nix
|
||||||
../../modules/kitty.nix
|
../../modules/kitty.nix
|
||||||
|
@ -40,7 +41,6 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
discord
|
discord
|
||||||
vesktop
|
vesktop
|
||||||
firefox
|
|
||||||
chromium
|
chromium
|
||||||
httpie
|
httpie
|
||||||
kate
|
kate
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
services.xserver.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue