extract gnome into module
This commit is contained in:
parent
055d565781
commit
10f71f66eb
12 changed files with 79 additions and 162 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue