summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2026-08-29 10:29:26 -0400
committerJon Santmyer <jon@jonsantmyer.com>2026-08-29 10:29:26 -0400
commit2ea5db7f5d23edb609823c4e3279f980389885cd (patch)
treebc30850ffd313f3b31f8fe4149b5b9433405506b /hosts
parent40c65ac3e6226dcf5c834c0ba2447df1bd0ca37d (diff)
downloadnix-config-laptop.tar.gz
nix-config-laptop.tar.bz2
nix-config-laptop.zip
laptop changes 2026-08-29laptop
Diffstat (limited to 'hosts')
-rw-r--r--hosts/jontop/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/hosts/jontop/default.nix b/hosts/jontop/default.nix
index a5d3d25..3882dee 100644
--- a/hosts/jontop/default.nix
+++ b/hosts/jontop/default.nix
@@ -29,7 +29,7 @@
liberation_ttf
noto-fonts
noto-fonts-cjk-sans
- noto-fonts-emoji
+ noto-fonts-color-emoji
nerd-fonts.fira-code
texlive.combined.scheme-full
];
@@ -37,16 +37,18 @@
environment.systemPackages = [
pkgs.man-pages
pkgs.man-pages-posix
+ pkgs.xbacklight
];
documentation.dev.enable = true;
modules = {
+ hardware = {
+ laptop.enable = true;
+ };
device = {
cpu = "intel";
gpu = "intel";
drive = "ssd";
- hasBluetooth = true;
- hasPrinter = true;
};
desktop = {
niri.enable = true;