Compare commits
No commits in common. "15fffe63922dce29f806d70c429609747b1378c2" and "622a13f84259bf70629742aad193ee2edc18c8c1" have entirely different histories.
15fffe6392
...
622a13f842
@ -18,7 +18,7 @@
|
|||||||
modules = [
|
modules = [
|
||||||
./configuration.nix {
|
./configuration.nix {
|
||||||
hardware.asahi.peripheralFirmwareDirectory = ./galvatron/firmware;
|
hardware.asahi.peripheralFirmwareDirectory = ./galvatron/firmware;
|
||||||
# hardware.asahi.useExperimentalGPUDriver = true;
|
hardware.asahi.useExperimentalGPUDriver = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = false;
|
boot.loader.efi.canTouchEfiVariables = false;
|
||||||
networking.hostName = "galvatron";
|
networking.hostName = "galvatron";
|
||||||
sound.enable = false;
|
sound.enable = false;
|
||||||
|
5
home.nix
5
home.nix
@ -5,6 +5,11 @@
|
|||||||
# paths it should manage.
|
# paths it should manage.
|
||||||
home.username = "mir";
|
home.username = "mir";
|
||||||
home.homeDirectory = "/home/mir";
|
home.homeDirectory = "/home/mir";
|
||||||
|
# nixpkgs.overlays = [
|
||||||
|
# (import (builtins.fetchTarball {
|
||||||
|
# url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||||
|
# }))
|
||||||
|
# ];
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.btop
|
pkgs.btop
|
||||||
pkgs.firefox
|
pkgs.firefox
|
||||||
|
Loading…
Reference in New Issue
Block a user