Added more apps
This commit is contained in:
parent
a31e631d01
commit
7458edc1e9
2 changed files with 14 additions and 2 deletions
|
@ -30,6 +30,7 @@
|
||||||
openssh
|
openssh
|
||||||
ranger
|
ranger
|
||||||
sshfs
|
sshfs
|
||||||
|
wezterm
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -37,7 +38,7 @@
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
hardware.pulseaudio.enable = false;
|
services.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
{ pkgs, zen, config, ... }:
|
{
|
||||||
|
pkgs,
|
||||||
|
zen,
|
||||||
|
config,
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
# Module imports
|
# Module imports
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -17,17 +22,23 @@
|
||||||
xdg.systemDirs.data = [ "${config.home.homeDirectory}/.nix-profile/share/applications" ];
|
xdg.systemDirs.data = [ "${config.home.homeDirectory}/.nix-profile/share/applications" ];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
bitwarden-desktop
|
||||||
chafa
|
chafa
|
||||||
fastfetch
|
fastfetch
|
||||||
fish
|
fish
|
||||||
fishPlugins.grc
|
fishPlugins.grc
|
||||||
fishPlugins.tide
|
fishPlugins.tide
|
||||||
grc
|
grc
|
||||||
|
inspector
|
||||||
|
monocraft
|
||||||
|
nerd-fonts.fira-code
|
||||||
nodejs_22
|
nodejs_22
|
||||||
pnpm
|
pnpm
|
||||||
prettierd
|
prettierd
|
||||||
|
prismlauncher
|
||||||
spotify
|
spotify
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
|
termius
|
||||||
vesktop
|
vesktop
|
||||||
zen
|
zen
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue