fixing and importing packages.nix

This commit is contained in:
2025-11-19 21:45:15 +01:00
parent d1dc44f4d4
commit 257248db82
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{pkgs, ...}: {
users.users.users.packages = with pkgs; [
{pkgs, user, ...}: {
users.users.${user}.packages = with pkgs; [
btop
ncdu
tmux

View File

@@ -4,6 +4,7 @@ in {
imports = [
(import ./zsh.nix {inherit pkgs user;})
./zoxide.nix
(import ./packages.nix {inherit pkgs user;})
];
# Define user account and dont forget to set a password with 'passwd'