update cushy to use vim while fixing drift

This commit is contained in:
Cyryl Płotnicki 2025-02-25 10:05:17 +00:00
parent d6020917fb
commit c81bf367cf
3 changed files with 3 additions and 3 deletions
nixos

View file

@ -41,8 +41,6 @@
jpeginfo
jq
jujutsu
kiwix
kiwix-tools
nix-index
nix-top
nixpkgs-fmt

View file

@ -15,6 +15,8 @@
dmidecode
glibcLocales
hsetroot
kiwix
kiwix-tools
lm_sensors
minicom
pciutils

View file

@ -6,5 +6,5 @@
}: {
programs.zsh.enable = true;
home-manager.users.cyryl = {...}: {imports = [./home.nix];};
home-manager.users."${config.local.username}" = {...}: {imports = [./home.nix];};
}