fixing and importing packages.nix
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, user, ...}: {
|
||||||
users.users.users.packages = with pkgs; [
|
users.users.${user}.packages = with pkgs; [
|
||||||
btop
|
btop
|
||||||
ncdu
|
ncdu
|
||||||
tmux
|
tmux
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ in {
|
|||||||
imports = [
|
imports = [
|
||||||
(import ./zsh.nix {inherit pkgs user;})
|
(import ./zsh.nix {inherit pkgs user;})
|
||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
|
(import ./packages.nix {inherit pkgs user;})
|
||||||
];
|
];
|
||||||
|
|
||||||
# Define user account and dont forget to set a password with 'passwd'
|
# Define user account and dont forget to set a password with 'passwd'
|
||||||
|
|||||||
Reference in New Issue
Block a user