Gnome wieder zum Laufen gebracht

This commit is contained in:
2026-06-11 17:27:39 +02:00
parent 12c86fa83e
commit 802a20ee75
4 changed files with 5 additions and 48 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
# LUKS Partition # LUKS Partition
boot.initrd.luks.devices = { boot.initrd.luks.devices = {
dukebook0 = { dukebook0 = {
device = "/dev/disk/by-uuid/aaebdca2-acfb-4156-a8f7-057fd9e9e328"; device = "/dev/disk/by-uuid/5533dddd-216c-453b-aad5-657d8e889f4c";
preLVM = true; preLVM = true;
}; };
}; };
Generated
+1 -44
View File
@@ -20,27 +20,6 @@
"type": "github" "type": "github"
} }
}, },
"home-manager_2": {
"inputs": {
"nixpkgs": [
"plasma-manager",
"nixpkgs"
]
},
"locked": {
"lastModified": 1756579987,
"narHash": "sha256-duCce8zGsaMsrqqOmLOsuaV1PVIw/vXWnKuLKZClsGg=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "99a69bdf8a3c6bf038c4121e9c4b6e99706a187a",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"niri": { "niri": {
"inputs": { "inputs": {
"niri-stable": "niri-stable", "niri-stable": "niri-stable",
@@ -189,34 +168,12 @@
"type": "github" "type": "github"
} }
}, },
"plasma-manager": {
"inputs": {
"home-manager": "home-manager_2",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1775856943,
"narHash": "sha256-b7Mp7P+q2Md5AGt4rjHfMcBykzMumFTen10ST++AuTU=",
"owner": "nix-community",
"repo": "plasma-manager",
"rev": "a524a6160e6df89f7673ba293cf7d78b559eb1a5",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "plasma-manager",
"type": "github"
}
},
"root": { "root": {
"inputs": { "inputs": {
"home-manager": "home-manager", "home-manager": "home-manager",
"niri": "niri", "niri": "niri",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"noctalia": "noctalia", "noctalia": "noctalia"
"plasma-manager": "plasma-manager"
} }
}, },
"systems": { "systems": {
+1 -1
View File
@@ -29,7 +29,7 @@
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/4E7A-3767"; { device = "/dev/disk/by-uuid/10AE-597B";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };
+1 -1
View File
@@ -11,7 +11,7 @@
# ./modules/user/hyprland-home.nix # ./modules/user/hyprland-home.nix
# ./system/default.nix # ./system/default.nix
./gnome.nix # ./modules/desktop/gnome.nix
]; ];
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should