Compare commits

...

2 Commits

Author SHA1 Message Date
mir
15fffe6392 the previous commit is good 2024-03-02 16:06:30 -09:00
mir
76f9409b5c disable experimental video again 2024-03-02 15:45:47 -09:00
2 changed files with 1 additions and 6 deletions

View File

@ -18,7 +18,7 @@
modules = [
./configuration.nix {
hardware.asahi.peripheralFirmwareDirectory = ./galvatron/firmware;
hardware.asahi.useExperimentalGPUDriver = true;
# hardware.asahi.useExperimentalGPUDriver = true;
boot.loader.efi.canTouchEfiVariables = false;
networking.hostName = "galvatron";
sound.enable = false;

View File

@ -5,11 +5,6 @@
# paths it should manage.
home.username = "mir";
home.homeDirectory = "/home/mir";
# nixpkgs.overlays = [
# (import (builtins.fetchTarball {
# url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
# }))
# ];
home.packages = [
pkgs.btop
pkgs.firefox