24 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 *

This commit is contained in:
Max Känner 2024-03-01 18:18:48 +01:00
parent 64e3baf836
commit 34fde8f2eb

View File

@ -29,9 +29,9 @@
pkgs.bat pkgs.bat
pkgs.eza pkgs.eza
pkgs.unzip pkgs.unzip
pkgs.nodejs
pkgs.rustup pkgs.rustup
pkgs.keepassxc pkgs.keepassxc
pkgs.nextcloud-client
]; ];
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage
@ -128,6 +128,8 @@
options = ["--cmd cd"]; options = ["--cmd cd"];
}; };
services.nextcloud-client.enable = true;
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
programs.home-manager.enable = true; programs.home-manager.enable = true;
} }