mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
user config
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
services.gnome.games.enable = false;
|
||||
};
|
||||
|
||||
flake.homeModules.gnome = { user, ... }: {
|
||||
flake.homeModules.gnome = { ... }: {
|
||||
dconf.settings = {
|
||||
"org/gnome/shell/keybindings" = {
|
||||
focus-active-notification = [];
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
lact
|
||||
secure-boot
|
||||
sops-nix
|
||||
mo
|
||||
];
|
||||
|
||||
home-manager.users.${user}.imports = with config.flake.homeModules; [
|
||||
|
||||
Reference in New Issue
Block a user