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
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, config, unstable, nur, blender, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
users.users = {
|
||||
jimbo = {
|
||||
|
@ -38,16 +38,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
extraSpecialArgs = {
|
||||
inherit
|
||||
unstable
|
||||
nur
|
||||
blender
|
||||
;
|
||||
};
|
||||
users.jimbo = import ../../../../home;
|
||||
};
|
||||
home-manager.users.jimbo = import ../../../../home;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue