regulatory updates

home/natto/programs/emacs: update config to use org-babel and some other keybind related changes
hosts/satori: misc changes
modules/graphics: dont use the vulkan layer override for mesa

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-04-27 01:16:54 +05:30
parent c805f3e58a
commit d13815136b
12 changed files with 204 additions and 154 deletions

View File

@@ -84,7 +84,9 @@
imports = [
./home/natto
] ++ homeModules;
home.packages = [ inputs.home-manager.defaultPackage.${system} ];
home.packages = [
inputs.home-manager.defaultPackage.${system}
];
nixpkgs = {
overlays = self.legacyPackages.${system}.overlays;
config.allowUnfree = true;