desktop-2024-11-25-00-13-53

This commit is contained in:
Alexander Szczepanski
2024-11-25 00:13:53 +01:00
parent a0f0e1a1f8
commit 93372f825d
13 changed files with 120 additions and 57 deletions

View File

@ -42,27 +42,34 @@
# };
};
environment.systemPackages = with pkgs; [
czkawka # fslint before
handbrake
keepassxc
nextcloud-client
pinta
# rustdesk-flutter
simple-scan
environment = {
systemPackages = with pkgs; [
czkawka # fslint before
handbrake
keepassxc
nextcloud-client
pinta
# rustdesk-flutter
simple-scan
telegram-desktop
discord
kdenlive
shotcut
telegram-desktop
discord
kdenlive
shotcut
vorta
kitty
vorta
kitty
lan-mouse_git
lan-mouse_git
libreoffice
];
libreoffice
];
persistence."/persist" = {
directories = [
"/etc/NetworkManager/system-connections"
];
};
};
home-manager.users.alex = {pkgs, ...}: {
programs = {