mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[ROLES] Clean up a bit.
This commit is contained in:
parent
46af669184
commit
b69834d987
11 changed files with 32 additions and 14 deletions
|
|
@ -12,10 +12,8 @@ _: let
|
|||
sound
|
||||
]
|
||||
++ (with tree.nixos.roles; [
|
||||
graphical
|
||||
gaming
|
||||
gnome
|
||||
bootable
|
||||
gaming
|
||||
])
|
||||
++ (with tree.kat; [
|
||||
gui
|
||||
|
|
|
|||
|
|
@ -10,10 +10,8 @@ _: let
|
|||
common-pc-laptop-ssd
|
||||
]
|
||||
++ (with tree.nixos.roles; [
|
||||
graphical
|
||||
sway
|
||||
laptop
|
||||
bootable
|
||||
])
|
||||
++ (with tree; [
|
||||
kat.gui
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@ _: let
|
|||
}: let
|
||||
inherit (lib.modules) mkDefault;
|
||||
in {
|
||||
imports = with tree; [
|
||||
nixos.rosetta
|
||||
nixos.roles.bootable
|
||||
imports = with tree.nixos.roles; [
|
||||
rosetta
|
||||
bootable
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue