Add privacy module to waybar, fix pcmanfm against a config

This commit is contained in:
Jimbo 2024-12-05 03:59:12 -05:00
parent 8d1271c017
commit 032439e4dc
10 changed files with 94 additions and 24 deletions

View file

@ -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;
}