slim down gnome and stuff
This commit is contained in:
parent
68318f6fda
commit
d7802f789c
@ -54,6 +54,22 @@
|
||||
};
|
||||
displayManager.gdm.enable = true;
|
||||
};
|
||||
# console.useXkbConfig = true;
|
||||
console.keyMap = ./galvatron/keys.map;
|
||||
environment.gnome.excludePackages = with pkgs.gnome; [
|
||||
baobab
|
||||
cheese
|
||||
epiphany
|
||||
eog
|
||||
yelp
|
||||
simple-scan
|
||||
geary
|
||||
gnome-calculator
|
||||
gnome-calendar
|
||||
gnome-weather
|
||||
gnome-maps
|
||||
gnome-contacts
|
||||
];
|
||||
# netboot server; disabled and broken
|
||||
services.pixiecore = {
|
||||
enable = false;
|
||||
|
@ -27,7 +27,7 @@
|
||||
home-manager,
|
||||
... }: {
|
||||
nixosConfigurations = {
|
||||
galvatron = nixpkgs-unstable.lib.nixosSystem {
|
||||
galvatron = nixpkgs.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
# specialArgs = { inherit nixpkgs-unstable; };
|
||||
modules = [
|
||||
@ -35,8 +35,9 @@
|
||||
# nixpkgs.overlays = [ inputs.apple-silicon.overlays.apple-silicon-overlay ];
|
||||
hardware.asahi = {
|
||||
peripheralFirmwareDirectory = ./galvatron/firmware;
|
||||
useExperimentalGPUDriver = true;
|
||||
experimentalGPUInstallMode = "driver";
|
||||
# useExperimentalGPUDriver = true;
|
||||
# experimentalGPUInstallMode = "driver";
|
||||
# experimentalGPUInstallMode = "overlay";
|
||||
};
|
||||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
networking.hostName = "galvatron";
|
||||
|
8246
galvatron/keys.map
Normal file
8246
galvatron/keys.map
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user