mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
KDE
This commit is contained in:
parent
84ec8cbec6
commit
0822d1162d
8 changed files with 84 additions and 46 deletions
|
|
@ -14,12 +14,11 @@ _: let
|
|||
sound
|
||||
]
|
||||
++ (with tree.nixos.roles; [
|
||||
gnome
|
||||
kde
|
||||
gaming
|
||||
])
|
||||
++ (with tree.kat; [
|
||||
gui
|
||||
gnome
|
||||
]);
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -11,13 +11,12 @@ _: let
|
|||
]
|
||||
++ (with tree.nixos.roles; [
|
||||
graphical
|
||||
gnome
|
||||
kde
|
||||
laptop
|
||||
])
|
||||
++ (with tree; [
|
||||
kat.gui
|
||||
kat.gnome
|
||||
kat.vscodium
|
||||
kat.vscode
|
||||
]);
|
||||
|
||||
fileSystems = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue