mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: changed home-manager to home
This commit is contained in:
parent
6196e80d62
commit
1ebb8a8ed3
257 changed files with 1 additions and 1 deletions
13
home/modules/misc/android.nix
Executable file
13
home/modules/misc/android.nix
Executable 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
|
||||
|
32
home/modules/misc/commandLine.nix
Executable file
32
home/modules/misc/commandLine.nix
Executable 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
21
home/modules/misc/desktop.nix
Executable 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
|
||||
;
|
||||
};
|
||||
}
|
11
home/modules/misc/entertainment.nix
Executable file
11
home/modules/misc/entertainment.nix
Executable file
|
@ -0,0 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
feishin
|
||||
prismlauncher
|
||||
spotify
|
||||
vlc
|
||||
;
|
||||
};
|
||||
}
|
21
home/modules/misc/internet.nix
Executable file
21
home/modules/misc/internet.nix
Executable 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
|
||||
;
|
||||
};
|
||||
}
|
9
home/modules/misc/productionArt.nix
Executable file
9
home/modules/misc/productionArt.nix
Executable file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
inkscape
|
||||
krita
|
||||
;
|
||||
};
|
||||
}
|
10
home/modules/misc/productionAudio.nix
Executable file
10
home/modules/misc/productionAudio.nix
Executable file
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
ardour
|
||||
reaper
|
||||
yabridge
|
||||
;
|
||||
};
|
||||
}
|
10
home/modules/misc/productionVideo.nix
Executable file
10
home/modules/misc/productionVideo.nix
Executable file
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
shotcut
|
||||
# syncplay
|
||||
|
||||
;
|
||||
};
|
||||
}
|
9
home/modules/misc/productionWriting.nix
Executable file
9
home/modules/misc/productionWriting.nix
Executable file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
libreoffice
|
||||
obsidian
|
||||
;
|
||||
};
|
||||
}
|
16
home/modules/misc/tracking.nix
Executable file
16
home/modules/misc/tracking.nix
Executable file
|
@ -0,0 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
# Mp3
|
||||
|
||||
kid3
|
||||
mp3gain
|
||||
puddletag
|
||||
# Tracking
|
||||
|
||||
nicotine-plus
|
||||
soulseekqt
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue