Compare commits

...

2 commits

Author SHA1 Message Date
b04955534a feat(gui): add Remmina to default GUI services
Added Remmina to the list of default GUI service packages for better remote desktop support. This enhances usability for remote connections out of the box.
2025-01-20 13:48:44 +01:00
0daae09240 feat(x1): enable zram
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
2025-01-20 13:48:44 +01:00
3 changed files with 6 additions and 3 deletions

6
flake.lock generated
View file

@ -759,11 +759,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1736867362,
"narHash": "sha256-i/UJ5I7HoqmFMwZEH6vAvBxOrjjOJNU739lnZnhUln8=",
"lastModified": 1736916166,
"narHash": "sha256-puPDoVKxkuNmYIGMpMQiK8bEjaACcCksolsG36gdaNQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9c6b49aeac36e2ed73a8c472f1546f6d9cf1addc",
"rev": "e24b4c09e963677b1beea49d411cd315a024ad3a",
"type": "github"
},
"original": {

View file

@ -150,6 +150,7 @@ in
pinentry-gnome3
pkg-config
pstree
remmina
ripgrep
rustup
statix

View file

@ -37,6 +37,8 @@ with lib.metacfg;
piper
];
zramSwap.enable = true;
services.ratbagd.enable = true;
services.resolved.enable = true;