Added more apps

This commit is contained in:
Chris Toph 2025-01-11 15:27:56 -05:00
parent a31e631d01
commit 7458edc1e9
2 changed files with 14 additions and 2 deletions

View file

@ -30,6 +30,7 @@
openssh
ranger
sshfs
wezterm
wget
];
@ -37,7 +38,7 @@
services.printing.enable = true;
# Enable sound with pipewire.
hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;

View file

@ -1,4 +1,9 @@
{ pkgs, zen, config, ... }:
{
pkgs,
zen,
config,
...
}:
{
# Module imports
imports = [
@ -17,17 +22,23 @@
xdg.systemDirs.data = [ "${config.home.homeDirectory}/.nix-profile/share/applications" ];
home.packages = with pkgs; [
bitwarden-desktop
chafa
fastfetch
fish
fishPlugins.grc
fishPlugins.tide
grc
inspector
monocraft
nerd-fonts.fira-code
nodejs_22
pnpm
prettierd
prismlauncher
spotify
telegram-desktop
termius
vesktop
zen
];