Compare commits
2 Commits
622a13f842
...
15fffe6392
Author | SHA1 | Date | |
---|---|---|---|
15fffe6392 | |||
76f9409b5c |
@ -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;
|
||||
|
5
home.nix
5
home.nix
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user