chore: pkg stuff
This commit is contained in:
parent
db4142bd4a
commit
eabc7052e8
3 changed files with 2 additions and 6 deletions
|
@ -14,5 +14,6 @@
|
||||||
bat
|
bat
|
||||||
croc
|
croc
|
||||||
lazydocker
|
lazydocker
|
||||||
|
yt-dlp
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,15 +29,12 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "oh";
|
description = "oh";
|
||||||
extraGroups = ["networkmanager" "wheel" "docker"];
|
extraGroups = ["networkmanager" "wheel" "docker"];
|
||||||
packages = with pkgs; [
|
|
||||||
hugo
|
|
||||||
yt-dlp
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
docker-compose
|
docker-compose
|
||||||
|
hugo
|
||||||
wget
|
wget
|
||||||
python3Full
|
python3Full
|
||||||
nfs-utils
|
nfs-utils
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
homeDirectory = "/home/notoh";
|
homeDirectory = "/home/notoh";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
(callPackage ../../pkgs/chatterino7 {})
|
(callPackage ../../pkgs/chatterino7 {})
|
||||||
chromium
|
|
||||||
bitwarden
|
bitwarden
|
||||||
discord
|
discord
|
||||||
spotify-player
|
spotify-player
|
||||||
|
@ -39,7 +38,6 @@
|
||||||
alejandra
|
alejandra
|
||||||
cryptomator
|
cryptomator
|
||||||
ventoy-bin-full
|
ventoy-bin-full
|
||||||
yt-dlp
|
|
||||||
plex-media-player
|
plex-media-player
|
||||||
wine
|
wine
|
||||||
lutris
|
lutris
|
||||||
|
|
Loading…
Reference in a new issue