fix stuff

This commit is contained in:
twoneis 2025-01-08 20:29:46 +01:00
parent e2dd48bc22
commit ce6cc745b7
2 changed files with 25 additions and 3 deletions

View file

@ -1,10 +1,10 @@
{ ... }: {
conf = {
apps.enable = false;
niri.enable = false;
apps.enable = true;
niri.enable = true;
extraLayout.enable = true;
secureboot.enable = false;
containers.enable = false;
containers.enable = true;
stateVersion = "24.11";
hmStateVersion = "24.11";

22
flake.lock generated
View file

@ -21,6 +21,27 @@
"type": "github"
}
},
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1734088167,
"narHash": "sha256-snPBgTqwn3FPZVdFC5yt7Bnk3squim1vZOZ8CObWykk=",
"owner": "nix-community",
"repo": "disko",
"rev": "65a441502c9382d41ada1adbc9bd31d6c9b00fe2",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "latest",
"repo": "disko",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
@ -352,6 +373,7 @@
},
"root": {
"inputs": {
"disko": "disko",
"home-manager": "home-manager",
"lanzaboote": "lanzaboote",
"niri": "niri",