package clean
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
{ pkgs, username, inputs, ... }:
|
{ pkgs, username, inputs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
#inputs.nix4nvchad.packages.${system}.nvchad
|
|
||||||
zsh
|
zsh
|
||||||
];
|
];
|
||||||
|
|
||||||
hjem.users.${username}.packages = with pkgs; [
|
hjem.users.${username}.packages = with pkgs; [
|
||||||
|
tlrc
|
||||||
|
unzip
|
||||||
neovim
|
neovim
|
||||||
btop
|
btop
|
||||||
curl
|
curl
|
||||||
|
|||||||
Reference in New Issue
Block a user