Home Gen490 @ 2025-04-05-02:33

This commit is contained in:
2025-04-05 02:33:41 +02:00
parent 7a3bb5cc82
commit 63f03aacdb
4 changed files with 33 additions and 24 deletions

View File

@@ -11,6 +11,7 @@
../modules/home/hyprland
../modules/home/kdeconnect.nix
../modules/home/kitty
../modules/home/nextcloud
../modules/home/ranger
../modules/home/ssh.nix
../modules/home/swaync
@@ -65,11 +66,6 @@
# release notes.
home.stateVersion = "24.11"; # Please read the comment before changing.
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = with pkgs; [
];
home.sessionVariables = {
EDITOR = "vim";
};