diff --git a/flake.lock b/flake.lock index c953174..194f2b7 100644 --- a/flake.lock +++ b/flake.lock @@ -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" diff --git a/flake.nix b/flake.nix index 1a05d4e..1317dda 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/walls/cyberpunk_neon_city.gif b/walls/cyberpunk_neon_city.gif new file mode 100644 index 0000000..ff4d84d Binary files /dev/null and b/walls/cyberpunk_neon_city.gif differ