Commit e1c5d4e

HPCesia <me@hpcesia.com>
2025-11-17 08:29:39
build(deps): update noctalia shell
1 parent 8937c5b
Changed files (3)
modules
desktop
desktop-environment
discrete
shell
noctalia
modules/desktop/desktop-environment/discrete/shell/noctalia/default.nix
@@ -4,6 +4,7 @@
 
     programs.noctalia-shell = {
       enable = true;
+      systemd.enable = true;
       settings = {
         setupCompleted = true;
         ui = {
flake.lock
@@ -856,16 +856,16 @@
         "systems": "systems_4"
       },
       "locked": {
-        "lastModified": 1763001718,
-        "narHash": "sha256-kcYQAE0uGwgYwzy4Ko5SkUBe/OtyyE1MUFw7Xmn5TPY=",
+        "lastModified": 1763258652,
+        "narHash": "sha256-uTz3JtWq+n/ozUr8N4xMYO8cpG+q57Yp9vHVEHwjQgc=",
         "owner": "noctalia-dev",
         "repo": "noctalia-shell",
-        "rev": "e1ce5a6b7c35285f010b10da2f8ef5a648f2fc6d",
+        "rev": "f520466063c93c85f3828b46b0f1a21fb8961368",
         "type": "github"
       },
       "original": {
         "owner": "noctalia-dev",
-        "ref": "v3.0.11",
+        "ref": "v3.1.1",
         "repo": "noctalia-shell",
         "type": "github"
       }
@@ -1021,11 +1021,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1761897390,
-        "narHash": "sha256-er4gYrIoThYLjlsOMTysoRfn67d1Gci+ZpqDrtQxrA0=",
+        "lastModified": 1763257314,
+        "narHash": "sha256-R7HJSluErPrCQk+VXNWJrE2Pjq582VRNWDHAk6j6wQI=",
         "owner": "outfoxxed",
         "repo": "quickshell",
-        "rev": "fc704e6b5d445899a1565955268c91942a4f263f",
+        "rev": "fdbb86a06acd6d1af6049a319c87a5c0badc22dc",
         "type": "github"
       },
       "original": {
flake.nix
@@ -29,7 +29,7 @@
 
     nixos-hardware.url = "github:NixOS/nixos-hardware/master";
 
-    noctalia.url = "github:noctalia-dev/noctalia-shell/v3.0.11";
+    noctalia.url = "github:noctalia-dev/noctalia-shell/v3.1.1";
     noctalia.inputs.quickshell.follows = "quickshell"; # Recommended by Noctalia's document
 
     nur.url = "github:nix-community/NUR";