feat: changed home-manager to home

This commit is contained in:
Nick 2024-11-20 18:57:43 -06:00
parent 6196e80d62
commit 1ebb8a8ed3
257 changed files with 1 additions and 1 deletions

13
home/modules/misc/android.nix Executable file
View file

@ -0,0 +1,13 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
android-file-transfer
android-tools
deskreen
scrcpy
;
};
}
# requires that users be part of the adbusers group

View file

@ -0,0 +1,32 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
cifs-utils
ffmpeg
flac
hardinfo
inetutils
libgen-cli
libnatpmp
ncdu
networkmanager-openvpn
nyancat
openssl
pciutils
pinentry
samba
simple-mtpfs
sshfs
tokei
tomb
unrar
unzip
wget
wine
xdg-utils
xdotool
zip
;
};
}

21
home/modules/misc/desktop.nix Executable file
View file

@ -0,0 +1,21 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs.kdePackages)
# KDE Packages
kolourpaint
okular
partitionmanager
;
inherit
(pkgs)
bulky
gnome-calculator
gnome-disk-utility
gnome-software
gparted
usbimager
;
};
}

View file

@ -0,0 +1,11 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
feishin
prismlauncher
spotify
vlc
;
};
}

21
home/modules/misc/internet.nix Executable file
View file

@ -0,0 +1,21 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
# Messaging
discord
element-desktop
signal-desktop
vesktop
# Privacy
bitwarden
ledger-live-desktop
openvpn
protonvpn-gui
qbittorrent
tor-browser
;
};
}

View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
inkscape
krita
;
};
}

View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
ardour
reaper
yabridge
;
};
}

View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
shotcut
# syncplay
;
};
}

View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
libreoffice
obsidian
;
};
}

16
home/modules/misc/tracking.nix Executable file
View file

@ -0,0 +1,16 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
# Mp3
kid3
mp3gain
puddletag
# Tracking
nicotine-plus
soulseekqt
;
};
}