more dedup

This commit is contained in:
Vivian 2023-04-25 09:50:25 +02:00
parent 10f71f66eb
commit b391e46047
12 changed files with 159 additions and 233 deletions

View file

@ -11,12 +11,16 @@ in {
home.homeDirectory = "/home/victor";
home.stateVersion = "23.05";
imports = [ ./theme.nix ./neovim.nix ];
dconf.settings."org/gnome/desktop/peripherals/mouse" = {
accel-profile = "flat";
};
# Enable my neovim config
programs.v.nvim.enable = true;
# Enable catppuccin theme
themes.v.catppuccin.enable = true;
home.packages = with pkgs; [
btop
calibre