continuing refactor
This commit is contained in:
parent
385725af95
commit
3179b9af09
8 changed files with 247 additions and 44 deletions
|
@ -12,6 +12,8 @@
|
|||
mako
|
||||
mpv
|
||||
yazi
|
||||
hyprlock
|
||||
hypridle
|
||||
];
|
||||
|
||||
home = {
|
||||
|
@ -36,6 +38,7 @@
|
|||
the-usual-suspects.xenia
|
||||
the-usual-suspects.ostirus
|
||||
the-usual-suspects.osirus
|
||||
# bitwig-studio-beta
|
||||
])
|
||||
|
||||
(with pkgs; [
|
||||
|
@ -170,6 +173,7 @@
|
|||
procs
|
||||
rpi-imager
|
||||
caligula
|
||||
flatpak
|
||||
|
||||
prusa-slicer
|
||||
|
||||
|
@ -288,6 +292,7 @@
|
|||
onlyoffice-desktopeditors
|
||||
libreoffice
|
||||
hyphenDicts.en_US
|
||||
plex-mpv-shim
|
||||
plexamp
|
||||
rmpc
|
||||
resources
|
||||
|
@ -642,8 +647,6 @@
|
|||
enable = true;
|
||||
package = pkgs.playerctl;
|
||||
};
|
||||
|
||||
flatpak.enable = true;
|
||||
syncthing = {
|
||||
enable = true;
|
||||
# tray.enable = true;
|
||||
|
@ -702,11 +705,15 @@
|
|||
"/home/emenel/.nix-profile/share/applications"
|
||||
];
|
||||
|
||||
services.flatpak.packages = [
|
||||
"com.github.tchx84.Flatseal"
|
||||
"nl.hjdskes.gcolor3"
|
||||
"dev.qwery.AddWater"
|
||||
];
|
||||
services.flatpak = {
|
||||
enable = true;
|
||||
packages = [
|
||||
"com.github.tchx84.Flatseal"
|
||||
"nl.hjdskes.gcolor3"
|
||||
"dev.qwery.AddWater"
|
||||
"tv.plex.PlexDesktop"
|
||||
];
|
||||
};
|
||||
|
||||
systemd.user = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue