more dedup
This commit is contained in:
parent
10f71f66eb
commit
b391e46047
12 changed files with 159 additions and 233 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue