user config

This commit is contained in:
Mohamed Chrayed
2026-03-03 20:40:29 +01:00
parent 5a59ffc401
commit 7e62abe047
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
services.gnome.games.enable = false; services.gnome.games.enable = false;
}; };
flake.homeModules.gnome = { user, ... }: { flake.homeModules.gnome = { ... }: {
dconf.settings = { dconf.settings = {
"org/gnome/shell/keybindings" = { "org/gnome/shell/keybindings" = {
focus-active-notification = []; focus-active-notification = [];

View File

@@ -13,6 +13,7 @@
lact lact
secure-boot secure-boot
sops-nix sops-nix
mo
]; ];
home-manager.users.${user}.imports = with config.flake.homeModules; [ home-manager.users.${user}.imports = with config.flake.homeModules; [