update plasma

This commit is contained in:
2024-04-17 15:42:50 +02:00
parent b45ef040d1
commit ef836917d6
6 changed files with 44 additions and 8 deletions

View File

@@ -17,7 +17,5 @@ in
utterly-nord-plasma
libsForQt5.qtstyleplugin-kvantum
];
qt.style.name = "kvantum";
};
}

View File

@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
fira-code
];
}

View File

@@ -4,5 +4,6 @@
programs.steam.enable = true;
users.users."jonas".packages = with pkgs; [
lutris
spotify
];
}