fixes and nvidia
This commit is contained in:
@@ -72,5 +72,16 @@ with lib.hm.gvariant;
|
||||
show-windows-preview = true;
|
||||
};
|
||||
|
||||
dconf.settings."org/gnome/mutter" = {
|
||||
dynamic-workspaces = true;
|
||||
edge-tiling = false;
|
||||
workspaces-only-on-primary = true;
|
||||
};
|
||||
|
||||
|
||||
dconf.settings."org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
show-battery-percentage = true;
|
||||
};
|
||||
|
||||
}
|
7
modules/home-manager/keepassxc.nix
Normal file
7
modules/home-manager/keepassxc.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.keepassxc
|
||||
];
|
||||
|
||||
}
|
@@ -3,6 +3,5 @@
|
||||
home.packages = [
|
||||
pkgs.obsidian
|
||||
];
|
||||
# obsidian options
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user