Added Quickshell and slightly optimised my flake

This commit is contained in:
Alexandre 2026-02-09 15:13:46 +01:00
parent 77f22fea8b
commit db478aa914
3 changed files with 29 additions and 0 deletions

21
flake.lock generated
View File

@ -719,6 +719,26 @@
"type": "github"
}
},
"quickshell": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1770610211,
"narHash": "sha256-VtJL3q62F0bM+hBth3D+eI4RkQWTVqOhX9Y1UNPuyDo=",
"ref": "refs/heads/master",
"rev": "4429c038377a2c59dfcab6fe2424fb2c3a99d2cd",
"revCount": 734,
"type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
},
"original": {
"type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
}
},
"root": {
"inputs": {
"awww": "awww",
@ -729,6 +749,7 @@
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_3",
"nixvim": "nixvim",
"quickshell": "quickshell",
"sops-nix": "sops-nix",
"spicetify-nix": "spicetify-nix",
"zen-browser": "zen-browser"

View File

@ -15,6 +15,12 @@
awww = {
url = "git+https://codeberg.org/LGFae/awww";
input.nixpkgs.follows = "nixpkgs";
};
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
# Spicetify
@ -32,12 +38,14 @@
# Star citizen
nix-citizen = {
url = "github:LovingMelody/nix-citizen";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-darwin = {
url = "github:nix-darwin/nix-darwin/master";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB