slim down gnome and stuff
This commit is contained in:
parent
68318f6fda
commit
d7802f789c
@ -54,6 +54,22 @@
|
|||||||
};
|
};
|
||||||
displayManager.gdm.enable = true;
|
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
|
# netboot server; disabled and broken
|
||||||
services.pixiecore = {
|
services.pixiecore = {
|
||||||
enable = false;
|
enable = false;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
home-manager,
|
home-manager,
|
||||||
... }: {
|
... }: {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
galvatron = nixpkgs-unstable.lib.nixosSystem {
|
galvatron = nixpkgs.lib.nixosSystem {
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
# specialArgs = { inherit nixpkgs-unstable; };
|
# specialArgs = { inherit nixpkgs-unstable; };
|
||||||
modules = [
|
modules = [
|
||||||
@ -35,8 +35,9 @@
|
|||||||
# nixpkgs.overlays = [ inputs.apple-silicon.overlays.apple-silicon-overlay ];
|
# nixpkgs.overlays = [ inputs.apple-silicon.overlays.apple-silicon-overlay ];
|
||||||
hardware.asahi = {
|
hardware.asahi = {
|
||||||
peripheralFirmwareDirectory = ./galvatron/firmware;
|
peripheralFirmwareDirectory = ./galvatron/firmware;
|
||||||
useExperimentalGPUDriver = true;
|
# useExperimentalGPUDriver = true;
|
||||||
experimentalGPUInstallMode = "driver";
|
# experimentalGPUInstallMode = "driver";
|
||||||
|
# experimentalGPUInstallMode = "overlay";
|
||||||
};
|
};
|
||||||
boot.loader.efi.canTouchEfiVariables = false;
|
boot.loader.efi.canTouchEfiVariables = false;
|
||||||
networking.hostName = "galvatron";
|
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