From 802a20ee75f90b4d724a6e61cd5dd6c203ddbc63 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 11 Jun 2026 17:27:39 +0200 Subject: [PATCH] Gnome wieder zum Laufen gebracht --- configuration.nix | 4 ++-- flake.lock | 45 +------------------------------------- hardware-configuration.nix | 2 +- home.nix | 2 +- 4 files changed, 5 insertions(+), 48 deletions(-) diff --git a/configuration.nix b/configuration.nix index f07d552..b3ef715 100755 --- a/configuration.nix +++ b/configuration.nix @@ -22,8 +22,8 @@ # LUKS Partition boot.initrd.luks.devices = { dukebook0 = { - device = "/dev/disk/by-uuid/aaebdca2-acfb-4156-a8f7-057fd9e9e328"; - preLVM = true; + device = "/dev/disk/by-uuid/5533dddd-216c-453b-aad5-657d8e889f4c"; +preLVM = true; }; }; diff --git a/flake.lock b/flake.lock index faafe2f..352100c 100644 --- a/flake.lock +++ b/flake.lock @@ -20,27 +20,6 @@ "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": { "inputs": { "niri-stable": "niri-stable", @@ -189,34 +168,12 @@ "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": { "inputs": { "home-manager": "home-manager", "niri": "niri", "nixpkgs": "nixpkgs_2", - "noctalia": "noctalia", - "plasma-manager": "plasma-manager" + "noctalia": "noctalia" } }, "systems": { diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 195b39e..a34173b 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -29,7 +29,7 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/4E7A-3767"; + { device = "/dev/disk/by-uuid/10AE-597B"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; }; diff --git a/home.nix b/home.nix index 81c2436..f5f802f 100755 --- a/home.nix +++ b/home.nix @@ -11,7 +11,7 @@ # ./modules/user/hyprland-home.nix # ./system/default.nix - ./gnome.nix +# ./modules/desktop/gnome.nix ]; # Home Manager needs a bit of information about you and the paths it should