Renamed home to programs, moved definition to user level
This commit is contained in:
11
programs/wm/common/floorp.nix
Normal file
11
programs/wm/common/floorp.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
username,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.floorp = {
|
||||
enable = true;
|
||||
profiles.${username} = { };
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user