feat(quickshell): install quickshell

This commit is contained in:
Lucien Cartier-Tilet 2025-06-04 19:08:12 +02:00
parent 0221eddf79
commit 683796549f
Signed by: phundrak
SSH Key Fingerprint: SHA256:CE0HPsbW3L2YiJETx1zYZ2muMptaAqTN2g3498KrMkc
3 changed files with 69 additions and 7 deletions

69
flake.lock generated
View File

@ -88,6 +88,24 @@
"type": "github" "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": { "git-hooks": {
"inputs": { "inputs": {
"flake-compat": [ "flake-compat": [
@ -290,17 +308,18 @@
}, },
"pumo-system-info": { "pumo-system-info": {
"inputs": { "inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ],
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1748127405, "lastModified": 1748984111,
"narHash": "sha256-5Xh7VXmjeK5m8Dxt2bti8A2HdkpmPftHc2+WXH3tQH8=", "narHash": "sha256-SP1/+cCHnPg0UqylHCzeKNx61wGapLrYRn5UKiiDicc=",
"ref": "refs/heads/develop", "ref": "refs/heads/develop",
"rev": "06fa652f9626590a9727f3ec8b48330ad3fcb78f", "rev": "f9fe233b6cb669a718a0ddb529793159d39ba32e",
"revCount": 6, "revCount": 9,
"type": "git", "type": "git",
"url": "https://labs.phundrak.com/phundrak/pumo-system-info" "url": "https://labs.phundrak.com/phundrak/pumo-system-info"
}, },
@ -309,6 +328,26 @@
"url": "https://labs.phundrak.com/phundrak/pumo-system-info" "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": { "root": {
"inputs": { "inputs": {
"devenv": "devenv", "devenv": "devenv",
@ -316,6 +355,7 @@
"nix-index-database": "nix-index-database", "nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs_4", "nixpkgs": "nixpkgs_4",
"pumo-system-info": "pumo-system-info", "pumo-system-info": "pumo-system-info",
"quickshell": "quickshell",
"sops-nix": "sops-nix", "sops-nix": "sops-nix",
"zen-browser": "zen-browser" "zen-browser": "zen-browser"
} }
@ -328,11 +368,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1748054080, "lastModified": 1748918260,
"narHash": "sha256-rwFiLLNCwkj9bqePtH1sMqzs1xmohE0Ojq249piMzF4=", "narHash": "sha256-KhXNXQ5IDLvwwYfJ0pXDjwIuisZ2qM6F7fcXjIGZy/4=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "2221d8d53c128beb69346fa3ab36da3f19bb1691", "rev": "c9736155bc1eb7c7cf3a925920850e61c07ab22a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -361,6 +401,21 @@
"type": "github" "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": { "zen-browser": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [

View File

@ -20,6 +20,11 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = { sops-nix = {
url = "github:Mic92/sops-nix"; url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View File

@ -24,6 +24,7 @@ in {
# LSP servers # LSP servers
bash-language-server bash-language-server
docker-language-server docker-language-server
kdePackages.qtdeclarative # For QML LSP
nil # Nix nil # Nix
python3 # for Emacs and LSP python3 # for Emacs and LSP
yaml-language-server # Yaml (Docker, GitHub Actions, ...) yaml-language-server # Yaml (Docker, GitHub Actions, ...)
@ -67,6 +68,7 @@ in {
watchmate watchmate
inputs.zen-browser.packages.${system}.default inputs.zen-browser.packages.${system}.default
inputs.pumo-system-info.packages.${system}.default inputs.pumo-system-info.packages.${system}.default
inputs.quickshell.packages.${system}.default
# Games # Games
atlauncher atlauncher