snowhawk: reorganize
parent
0bef9c991f
commit
95a157089d
|
@ -10,13 +10,6 @@
|
||||||
../../modules
|
../../modules
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
|
||||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
|
||||||
];
|
|
||||||
|
|
||||||
# Set your time zone.
|
|
||||||
time.timeZone = "America/Los_Angeles";
|
|
||||||
|
|
||||||
snowhawk = {
|
snowhawk = {
|
||||||
dwm.enable = true;
|
dwm.enable = true;
|
||||||
filesystem.enable = true;
|
filesystem.enable = true;
|
||||||
|
@ -27,14 +20,6 @@
|
||||||
wake-on-lan.enable = true;
|
wake-on-lan.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable CUPS to print documents.
|
|
||||||
services.printing.enable = true;
|
|
||||||
|
|
||||||
hardware.keyboard.uhk.enable = true;
|
|
||||||
|
|
||||||
# I think I need a gtk theme? gnome-keyring
|
|
||||||
qt.platformTheme = "gtk2";
|
|
||||||
|
|
||||||
# Enable automatic login for the user.
|
# Enable automatic login for the user.
|
||||||
services.displayManager.autoLogin = {
|
services.displayManager.autoLogin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -55,6 +40,21 @@
|
||||||
godot_4-mono
|
godot_4-mono
|
||||||
];
|
];
|
||||||
|
|
||||||
|
fonts.packages = with pkgs; [
|
||||||
|
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||||
|
];
|
||||||
|
|
||||||
|
# Enable CUPS to print documents.
|
||||||
|
services.printing.enable = true;
|
||||||
|
|
||||||
|
hardware.keyboard.uhk.enable = true;
|
||||||
|
|
||||||
|
# I think I need a gtk theme? gnome-keyring
|
||||||
|
qt.platformTheme = "gtk2";
|
||||||
|
|
||||||
|
# Set your time zone.
|
||||||
|
time.timeZone = "America/Los_Angeles";
|
||||||
|
|
||||||
# Before changing this value read the documentation for this option
|
# Before changing this value read the documentation for this option
|
||||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
system.stateVersion = "23.11"; # Did you read the comment?
|
system.stateVersion = "23.11"; # Did you read the comment?
|
||||||
|
|
Loading…
Reference in New Issue