mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
profile/sway: remove new default values
This commit is contained in:
parent
e9cfe9e007
commit
7863b3ee5c
1 changed files with 0 additions and 4 deletions
|
@ -18,15 +18,11 @@ in
|
||||||
desktopID = "gammastep";
|
desktopID = "gammastep";
|
||||||
isAllowed = true;
|
isAllowed = true;
|
||||||
isSystem = false;
|
isSystem = false;
|
||||||
# Empty list allows all users
|
|
||||||
users = [ ];
|
|
||||||
};
|
};
|
||||||
appConfig."gammastep-indicator" = {
|
appConfig."gammastep-indicator" = {
|
||||||
desktopID = "gammastep-indicator";
|
desktopID = "gammastep-indicator";
|
||||||
isAllowed = true;
|
isAllowed = true;
|
||||||
isSystem = false;
|
isSystem = false;
|
||||||
# Empty list allows all users
|
|
||||||
users = [ ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue