noctalia configuration and basic niri setup

This commit is contained in:
2025-12-26 12:28:22 +01:00
parent c1f4c25cb6
commit e14992e9fd
6 changed files with 212 additions and 12 deletions

23
flake.lock generated
View File

@@ -311,6 +311,26 @@
"type": "github"
}
},
"noctalia": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1766538131,
"narHash": "sha256-CAGs0LA27JL9EBLfH1sDb2ljs2hC2KBFCU9CnJfTmR0=",
"owner": "noctalia-dev",
"repo": "noctalia-shell",
"rev": "6ff3debf15aef7c43be7cb43938f78c25d40b3d5",
"type": "github"
},
"original": {
"owner": "noctalia-dev",
"repo": "noctalia-shell",
"type": "github"
}
},
"pre-commit": {
"inputs": {
"flake-compat": "flake-compat",
@@ -345,7 +365,8 @@
"microvm": "microvm",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable"
"nixpkgs-unstable": "nixpkgs-unstable",
"noctalia": "noctalia"
}
},
"rust-overlay": {