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

View file

@ -6,7 +6,7 @@
./desktops
./gaming
./git
./greetd
./home-manager
./nh
./security
./shells

View file

@ -0,0 +1,14 @@
{ unstable, nur, blender, ... }:
{
home-manager = {
useUserPackages = true;
backupFileExtension = "bak";
extraSpecialArgs = {
inherit
unstable
nur
blender
;
};
};
}

View file

@ -2,6 +2,7 @@
{
imports = [
./gnome-keyring
./greetd
./gvfs
./keyd
./libvirtd