extract gnome into module

This commit is contained in:
Vivian 2023-04-25 09:30:41 +02:00
parent 055d565781
commit 10f71f66eb
12 changed files with 79 additions and 162 deletions

View file

@ -11,11 +11,11 @@ in {
home.homeDirectory = "/home/victor";
home.stateVersion = "23.05";
imports = [
./dconf.nix
./theme.nix
./neovim.nix
];
imports = [ ./theme.nix ./neovim.nix ];
dconf.settings."org/gnome/desktop/peripherals/mouse" = {
accel-profile = "flat";
};
home.packages = with pkgs; [
btop