From 0a4549c9a80dd7479b69338f8b3f9447b60bc166 Mon Sep 17 00:00:00 2001 From: macronova Date: Fri, 22 Mar 2024 15:00:26 -0700 Subject: [PATCH] Update flake --- flake.lock | 12 ++++++------ linux/blitzar/gui.nix | 4 ++-- linux/protostar/gui.nix | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index d5932ed..bc95b5e 100644 --- a/flake.lock +++ b/flake.lock @@ -88,11 +88,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1710974515, - "narHash": "sha256-jZpdsypecYTOO9l12Vy77otGmh9uz8tGzcguifA30Vs=", + "lastModified": 1711122977, + "narHash": "sha256-EnHux7wf7/7r+YMv8d/Ym1OTllp4sqqq0Bws1a4s2Zo=", "owner": "nix-community", "repo": "home-manager", - "rev": "1c2acec99933f9835cc7ad47e35303de92d923a4", + "rev": "19b87b9ae6ecfd81104a2a36ef8364f1de1b54b1", "type": "github" }, "original": { @@ -317,11 +317,11 @@ }, "nixpkgs_7": { "locked": { - "lastModified": 1710806803, - "narHash": "sha256-qrxvLS888pNJFwJdK+hf1wpRCSQcqA6W5+Ox202NDa0=", + "lastModified": 1711001935, + "narHash": "sha256-URtGpHue7HHZK0mrHnSf8wJ6OmMKYSsoLmJybrOLFSQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b06025f1533a1e07b6db3e75151caa155d1c7eb3", + "rev": "20f77aa09916374aa3141cbc605c955626762c9a", "type": "github" }, "original": { diff --git a/linux/blitzar/gui.nix b/linux/blitzar/gui.nix index f032bf4..290c9b2 100644 --- a/linux/blitzar/gui.nix +++ b/linux/blitzar/gui.nix @@ -16,7 +16,7 @@ let usr = config.constants.userName; in { haruna joplin-desktop lutris - nvtop-amd + nvtopPackages.amd picard qbittorrent razergenie @@ -104,6 +104,7 @@ let usr = config.constants.userName; in { services = { colord.enable = true; + desktopManager.plasma6.enable = true; xserver = { enable = true; displayManager = { @@ -114,7 +115,6 @@ let usr = config.constants.userName; in { wayland.enable = true; }; }; - desktopManager.plasma6.enable = true; videoDrivers = [ "amdgpu" ]; }; }; diff --git a/linux/protostar/gui.nix b/linux/protostar/gui.nix index e3cac31..ee9b230 100644 --- a/linux/protostar/gui.nix +++ b/linux/protostar/gui.nix @@ -30,5 +30,5 @@ in programs.steam.enable = true; - services.xserver.desktopManager.plasma6.enable = true; + services.desktopManager.plasma6.enable = true; }