add niri, but keep it disabled
This commit is contained in:
parent
18eacb26dc
commit
7d9d63c02b
3 changed files with 13 additions and 1 deletions
5
home.nix
5
home.nix
|
@ -22,6 +22,7 @@
|
|||
_1password
|
||||
_1password-gui
|
||||
atkinson-hyperlegible
|
||||
alacritty
|
||||
brightnessctl
|
||||
curl
|
||||
ddcutil
|
||||
|
@ -29,6 +30,7 @@
|
|||
dog
|
||||
fd
|
||||
ffmpegthumbnailer
|
||||
fuzzel
|
||||
git
|
||||
htop
|
||||
httpie
|
||||
|
@ -242,6 +244,9 @@
|
|||
vimKeys = true;
|
||||
sidebar.enable = true;
|
||||
};
|
||||
niri = {
|
||||
enable = false;
|
||||
};
|
||||
nixvim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue