diff --git a/flake.lock b/flake.lock index 3ebd2d5..4ad9df6 100644 --- a/flake.lock +++ b/flake.lock @@ -88,6 +88,24 @@ "type": "github" } }, + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "git-hooks": { "inputs": { "flake-compat": [ @@ -290,17 +308,18 @@ }, "pumo-system-info": { "inputs": { + "flake-utils": "flake-utils", "nixpkgs": [ "nixpkgs" ], "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1748127405, - "narHash": "sha256-5Xh7VXmjeK5m8Dxt2bti8A2HdkpmPftHc2+WXH3tQH8=", + "lastModified": 1748984111, + "narHash": "sha256-SP1/+cCHnPg0UqylHCzeKNx61wGapLrYRn5UKiiDicc=", "ref": "refs/heads/develop", - "rev": "06fa652f9626590a9727f3ec8b48330ad3fcb78f", - "revCount": 6, + "rev": "f9fe233b6cb669a718a0ddb529793159d39ba32e", + "revCount": 9, "type": "git", "url": "https://labs.phundrak.com/phundrak/pumo-system-info" }, @@ -309,6 +328,26 @@ "url": "https://labs.phundrak.com/phundrak/pumo-system-info" } }, + "quickshell": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1749772873, + "narHash": "sha256-ZsFQIs3ZpUud1QmR1TyhAW0LGbjHzCkA79YCLBbJ12A=", + "ref": "refs/heads/master", + "rev": "517143adf97fb0df7e9a7584061deecdffb19faf", + "revCount": 576, + "type": "git", + "url": "https://git.outfoxxed.me/outfoxxed/quickshell" + }, + "original": { + "type": "git", + "url": "https://git.outfoxxed.me/outfoxxed/quickshell" + } + }, "root": { "inputs": { "devenv": "devenv", @@ -316,6 +355,7 @@ "nix-index-database": "nix-index-database", "nixpkgs": "nixpkgs_4", "pumo-system-info": "pumo-system-info", + "quickshell": "quickshell", "sops-nix": "sops-nix", "zen-browser": "zen-browser" } @@ -328,11 +368,11 @@ ] }, "locked": { - "lastModified": 1748054080, - "narHash": "sha256-rwFiLLNCwkj9bqePtH1sMqzs1xmohE0Ojq249piMzF4=", + "lastModified": 1748918260, + "narHash": "sha256-KhXNXQ5IDLvwwYfJ0pXDjwIuisZ2qM6F7fcXjIGZy/4=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "2221d8d53c128beb69346fa3ab36da3f19bb1691", + "rev": "c9736155bc1eb7c7cf3a925920850e61c07ab22a", "type": "github" }, "original": { @@ -361,6 +401,21 @@ "type": "github" } }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "zen-browser": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index a958934..e26065f 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + quickshell = { + url = "git+https://git.outfoxxed.me/outfoxxed/quickshell"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/users/phundrak/packages.nix b/users/phundrak/packages.nix index 7d216c0..7a58c5c 100644 --- a/users/phundrak/packages.nix +++ b/users/phundrak/packages.nix @@ -24,6 +24,7 @@ in { # LSP servers bash-language-server docker-language-server + kdePackages.qtdeclarative # For QML LSP nil # Nix python3 # for Emacs and LSP yaml-language-server # Yaml (Docker, GitHub Actions, ...) @@ -67,6 +68,7 @@ in { watchmate inputs.zen-browser.packages.${system}.default inputs.pumo-system-info.packages.${system}.default + inputs.quickshell.packages.${system}.default # Games atlauncher