Add privacy module to waybar, fix pcmanfm against a config
This commit is contained in:
parent
8d1271c017
commit
032439e4dc
10 changed files with 94 additions and 24 deletions
14
modules/system/programs/home-manager/default.nix
Normal file
14
modules/system/programs/home-manager/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ unstable, nur, blender, ... }:
|
||||
{
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "bak";
|
||||
extraSpecialArgs = {
|
||||
inherit
|
||||
unstable
|
||||
nur
|
||||
blender
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue