cleaned up home-manager config
This commit is contained in:
parent
377d70cfa6
commit
e363162d20
2 changed files with 4 additions and 3 deletions
|
|
@ -16,12 +16,12 @@
|
|||
speccon18.hm.alacritty.enable = true;
|
||||
speccon18.hm.direnv.enable = true;
|
||||
speccon18.hm.git.enable = true;
|
||||
speccon18.hm.ncspot.enable = false;
|
||||
speccon18.hm.ncspot.enable = true;
|
||||
speccon18.hm.starship.enable = true;
|
||||
speccon18.hm.syncthing.enable = false;
|
||||
speccon18.hm.waybar.enable = false;
|
||||
speccon18.hm.zellij.enable = true;
|
||||
speccon18.hm.zoxide.enable = false;
|
||||
speccon18.hm.zoxide.enable = true;
|
||||
speccon18.hm.zsh.enable = true;
|
||||
speccon18.hm.rio.enable = false;
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,8 @@
|
|||
ls = "eza -l";
|
||||
lsa = "eza -al";
|
||||
grep = "rg";
|
||||
osrb = "sudo nixos-rebuild $1 --flake ~/code/nixos-config/#katana";
|
||||
osrb = "sudo nixos-rebuild $1 --flake ~/nixos-config/#katana";
|
||||
tmux = "zellij";
|
||||
};
|
||||
|
||||
localVariables = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue