diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ # url = "git+file:/home/beeb5k/.config/beeVim"; inputs.nixpkgs.follows = "nixpkgs"; }; + noctalia = { + url = "github:noctalia-dev/noctalia-shell/v5"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = |
