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;
|
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 = [];
|
||||||
|
|||||||
@@ -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; [
|
||||||
|
|||||||
Reference in New Issue
Block a user