diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-05-02 18:14:47 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-05-02 18:14:47 -0400 |
| commit | 4c469658f9a5d7b169a0267ef1849da7e42f2c87 (patch) | |
| tree | 2c36b7c31bf081d358b120ab015557374c5a4267 /flake.nix | |
| parent | 674773e81d4f922c904fefee4a00cda6808f31a5 (diff) | |
move screenshot script to separate file
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,10 @@ }; in { + devShells.x86_64-linux.default = pkgs.mkShellNoCC { + nativeBuildInputs = with pkgs; [ shellcheck ]; + }; + formatter.x86_64-linux = pkgs.nixfmt; nixosConfigurations = { the-meowchine = mkSystem { |
