Finally switch to flakes.
This commit is contained in:
parent
a90e09db74
commit
5e0b713756
116 changed files with 5443 additions and 3 deletions
9
home-manager/misc/avtools.nix
Normal file
9
home-manager/misc/avtools.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
yt-dlp
|
||||
spotdl
|
||||
playerctl
|
||||
ffmpeg
|
||||
pulsemixer
|
||||
];
|
||||
}
|
10
home-manager/misc/emulators.nix
Normal file
10
home-manager/misc/emulators.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
dolphin-emu
|
||||
cemu
|
||||
ryujinx
|
||||
duckstation
|
||||
pcsx2
|
||||
unstable.lime3ds
|
||||
];
|
||||
}
|
7
home-manager/misc/filemanager.nix
Normal file
7
home-manager/misc/filemanager.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
gnome.file-roller
|
||||
imagemagick
|
||||
poppler_utils
|
||||
];
|
||||
}
|
15
home-manager/misc/guifiles.nix
Normal file
15
home-manager/misc/guifiles.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
# Files that only make sense with a GUI
|
||||
home.file = {
|
||||
".face" = {
|
||||
source = ../assets/user-icon.png;
|
||||
};
|
||||
".wallpapers" = {
|
||||
source = ../assets/wallpapers;
|
||||
recursive = true;
|
||||
};
|
||||
".icons/default" = {
|
||||
source = "${pkgs.simp1e-cursors}/share/icons/Simp1e-Dark";
|
||||
};
|
||||
};
|
||||
}
|
9
home-manager/misc/production.nix
Normal file
9
home-manager/misc/production.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
krita
|
||||
inkscape
|
||||
audacity
|
||||
blender
|
||||
sunvox
|
||||
];
|
||||
}
|
6
home-manager/misc/remotedesktop.nix
Normal file
6
home-manager/misc/remotedesktop.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
moonlight-qt
|
||||
rustdesk-flutter
|
||||
];
|
||||
}
|
9
home-manager/misc/school.nix
Normal file
9
home-manager/misc/school.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
remmina
|
||||
freerdp
|
||||
globalprotect-openconnect
|
||||
python3
|
||||
zoom-us
|
||||
];
|
||||
}
|
13
home-manager/misc/useful.nix
Normal file
13
home-manager/misc/useful.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
imv
|
||||
qbittorrent
|
||||
libreoffice-fresh
|
||||
vesktop
|
||||
element-desktop
|
||||
ffmpegthumbnailer
|
||||
thunderbird
|
||||
protonvpn-cli_2
|
||||
bc
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue