feat: add nix configs for host neon with wayland, niri and nocitalia-shell

This commit is contained in:
2025-12-10 15:50:19 +01:00
parent bb8cbb2b10
commit f573e31d06
6 changed files with 313 additions and 10 deletions

23
flake.lock generated
View File

@@ -36,10 +36,31 @@
"type": "github"
}
},
"noctalia": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1765375284,
"narHash": "sha256-McMVhLcwdFA5DS8yVGbk4COlINRkLrN1UTAymY416xQ=",
"owner": "noctalia-dev",
"repo": "noctalia-shell",
"rev": "a47559c1c6cdaafb12d0280e4f4e76db5767d39b",
"type": "github"
},
"original": {
"owner": "noctalia-dev",
"repo": "noctalia-shell",
"type": "github"
}
},
"root": {
"inputs": {
"home-manager": "home-manager",
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"noctalia": "noctalia"
}
}
},