feat: update flake.lock and add eilmeldung program with configuration

This commit is contained in:
uttarayan21
2025-12-25 06:29:41 +05:30
parent 59eee40635
commit b7c7a875f6
12 changed files with 236 additions and 106 deletions

View File

@@ -12,6 +12,7 @@
./hyprmon.nix
./hyprland.nix
./hyprpaper.nix
./remmina.nix
# ./wallpaperengine.nix
];
}

View File

@@ -28,7 +28,7 @@
# polkit_gnome
seahorse
signal-desktop
# sony-headphones-client
sony-headphones-client
spotify
steam-run
wl-clipboard

View File

@@ -0,0 +1,7 @@
{...}: {
services.remmina = {
enable = true;
systemdService.enable = true;
addRdpMimeTypeAssoc = true;
};
}