mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Sway enabled
This commit is contained in:
parent
00ff6ff067
commit
1eb1749943
1 changed files with 6 additions and 0 deletions
|
|
@ -14,10 +14,16 @@
|
|||
screen
|
||||
curl
|
||||
firefox
|
||||
fish
|
||||
];
|
||||
|
||||
users.users.crow = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networking" ];
|
||||
};
|
||||
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue