]> Skullheadx's Git Forge - nixos.git/commitdiff
add picom + update st
authorSkullheadx <admonty1@protonmail.com>
Wed, 29 Apr 2026 07:50:47 +0000 (03:50 -0400)
committerSkullheadx <admonty1@protonmail.com>
Wed, 29 Apr 2026 07:50:47 +0000 (03:50 -0400)
flake.lock
x11.nix

index 9d358d924f037b307453bdc5dce30596151fcf0e..d3ae399211b265cc1b9ae377d730308c11fe0cd9 100644 (file)
         ]
       },
       "locked": {
-        "lastModified": 1777443946,
-        "narHash": "sha256-OoA6DNybQVIi+8CDTN4wxmALbdW39ps1ppuearJnyLA=",
+        "lastModified": 1777448971,
+        "narHash": "sha256-W0RYSkVkOTOKS/4r6Hq3LYaRkcvRv3bzzMAU3mNy6og=",
         "owner": "Skullheadx",
         "repo": "st",
-        "rev": "93a2e18b355bcc62cde3958e8afd1e5e808670a2",
+        "rev": "66b60431931ddad8da2ca8c9fa34e3ee783def27",
         "type": "github"
       },
       "original": {
diff --git a/x11.nix b/x11.nix
index 5970657a4da70d0ad06eae21098d21cd4e0ec8fd..cd2d10db3739589c2f8da0b4d7dbd53cd434c41a 100644 (file)
--- a/x11.nix
+++ b/x11.nix
@@ -49,4 +49,9 @@
     '';
   };
 
+
+  services.picom = {
+    enable = true;
+  };
+
 }