Fix Disko Config for Current System and Fix dwm polybar override

- Restore luks-btrfs-subvolumes.nix to old subvolume / swap size
- Make a copy of modified luks-btrfs-subvolumes.nix for future use
- Disable the polybar patch step which doesn't work
- Add git as a build input for polybar-dwm-module
This commit is contained in:
Sravan Balaji
2024-03-30 16:38:59 -04:00
parent aa28eb8e3d
commit b2ecd969fd
3 changed files with 88 additions and 16 deletions

View File

@@ -58,7 +58,10 @@
buildInputs = previousAttrs.buildInputs ++ [
jsoncpp
git
];
patches = [];
}))
];
}