framework: update to 25.05, switch to COSMIC DE

This commit is contained in:
tristan 2025-05-23 10:13:30 +01:00
parent acf41f34a5
commit 31eff1409f
9 changed files with 144 additions and 351 deletions

View file

@ -2,7 +2,6 @@
config,
pkgs,
lib,
stable-pkgs,
...
}: {
imports = [
@ -29,7 +28,6 @@
playerctl
quickemu
devenv
stable-pkgs.logseq
];
services.udiskie = {
@ -50,4 +48,5 @@
'';
services.gnome-keyring.enable = true;
services.hyprpaper.enable = lib.mkForce false;
}