Compare commits

..

No commits in common. "15fffe63922dce29f806d70c429609747b1378c2" and "622a13f84259bf70629742aad193ee2edc18c8c1" have entirely different histories.

2 changed files with 6 additions and 1 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,6 +5,11 @@
# 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