altered disko setup

This commit is contained in:
pagedmov
2024-10-17 20:35:38 -04:00
parent be729dac20
commit 30da2a161d
2 changed files with 22 additions and 1 deletions

21
flake.lock generated
View File

@@ -119,6 +119,26 @@
"type": "github" "type": "github"
} }
}, },
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1729099656,
"narHash": "sha256-VftVIg7UXTy1bq+tzi1aVYOWl7PQ35IpjW88yMYjjpc=",
"owner": "nix-community",
"repo": "disko",
"rev": "d7d57edb72e54891fa67a6f058a46b2bb405663b",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
"flake-compat": { "flake-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
@@ -906,6 +926,7 @@
"catppuccin-cava": "catppuccin-cava", "catppuccin-cava": "catppuccin-cava",
"catppuccin-starship": "catppuccin-starship", "catppuccin-starship": "catppuccin-starship",
"catppuccin-yazi": "catppuccin-yazi", "catppuccin-yazi": "catppuccin-yazi",
"disko": "disko",
"home-manager": "home-manager", "home-manager": "home-manager",
"hypr-contrib": "hypr-contrib", "hypr-contrib": "hypr-contrib",
"hyprland": "hyprland", "hyprland": "hyprland",

View File

@@ -45,7 +45,7 @@
}; };
}; };
home = { home = {
size = "50%"; size = "50% - 500MB";
content = { content = {
type = "filesystem"; type = "filesystem";
format = "ext4"; format = "ext4";