mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
Update our host and user config
This commit is contained in:
parent
d676c59cda
commit
97ef9f3382
3
Makefile
3
Makefile
@ -12,3 +12,6 @@ switch:
|
|||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
nixos-rebuild --flake ".#${HOST}" dry-activate
|
nixos-rebuild --flake ".#${HOST}" dry-activate
|
||||||
|
|
||||||
|
.PHONY: update
|
||||||
|
nix flake update
|
||||||
|
@ -54,6 +54,9 @@
|
|||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
|
# More power optimizations!
|
||||||
|
powerManagement.powertop.enable = true;
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
hardware.opentabletdriver.enable = true;
|
hardware.opentabletdriver.enable = true;
|
||||||
|
|
||||||
|
@ -14,7 +14,10 @@
|
|||||||
# My custom modules.
|
# My custom modules.
|
||||||
modules = {
|
modules = {
|
||||||
i18n.enable = true;
|
i18n.enable = true;
|
||||||
dev.enable = true;
|
dev = {
|
||||||
|
enable = true;
|
||||||
|
shell.enable = true;
|
||||||
|
};
|
||||||
desktop = {
|
desktop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
graphics.enable = true;
|
graphics.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user