From 1cdabfd5a0adad5b033048639ce1c4ef1a15eb58 Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 3 Jul 2025 22:09:00 -0400 Subject: setup quickshell dev env Former-commit-id: 1467b650b0ce10c5ccf924829a79108c05531eb4 --- .../gui/desktops/niri/parts/quickshell/.gitignore | 1 - .../gui/desktops/niri/parts/quickshell/flake.lock | 64 ++++++++++++++++++++++ .../gui/desktops/niri/parts/quickshell/flake.nix | 2 +- 3 files changed, 65 insertions(+), 2 deletions(-) delete mode 100644 features/user/gui/desktops/niri/parts/quickshell/.gitignore create mode 100644 features/user/gui/desktops/niri/parts/quickshell/flake.lock (limited to 'features/user/gui/desktops/niri') diff --git a/features/user/gui/desktops/niri/parts/quickshell/.gitignore b/features/user/gui/desktops/niri/parts/quickshell/.gitignore deleted file mode 100644 index 92b2793..0000000 --- a/features/user/gui/desktops/niri/parts/quickshell/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.direnv diff --git a/features/user/gui/desktops/niri/parts/quickshell/flake.lock b/features/user/gui/desktops/niri/parts/quickshell/flake.lock new file mode 100644 index 0000000..29f5851 --- /dev/null +++ b/features/user/gui/desktops/niri/parts/quickshell/flake.lock @@ -0,0 +1,64 @@ +{ + "nodes": { + "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" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1751498133, + "narHash": "sha256-QWJ+NQbMU+NcU2xiyo7SNox1fAuwksGlQhpzBl76g1I=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "d55716bb59b91ae9d1ced4b1ccdea7a442ecbfdb", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs", + "systems": "systems" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/features/user/gui/desktops/niri/parts/quickshell/flake.nix b/features/user/gui/desktops/niri/parts/quickshell/flake.nix index 4bab14a..2122f1f 100644 --- a/features/user/gui/desktops/niri/parts/quickshell/flake.nix +++ b/features/user/gui/desktops/niri/parts/quickshell/flake.nix @@ -21,7 +21,7 @@ in { devShells.default = pkgs.mkShell { packages = with pkgs; [ - hello + quickshell ]; }; } -- cgit v1.2.3