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 = { conf = {
apps.enable = false; apps.enable = true;
niri.enable = false; niri.enable = true;
extraLayout.enable = true; extraLayout.enable = true;
secureboot.enable = false; secureboot.enable = false;
containers.enable = false; containers.enable = true;
stateVersion = "24.11"; stateVersion = "24.11";
hmStateVersion = "24.11"; hmStateVersion = "24.11";

22
flake.lock generated
View file

@ -21,6 +21,27 @@
"type": "github" "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-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -352,6 +373,7 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"disko": "disko",
"home-manager": "home-manager", "home-manager": "home-manager",
"lanzaboote": "lanzaboote", "lanzaboote": "lanzaboote",
"niri": "niri", "niri": "niri",