Merge remote-tracking branch 'origin/main'

This commit is contained in:
Geoffrey Frogeye 2023-12-18 14:40:41 +01:00
commit ab7a8f73e6
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
23 changed files with 255 additions and 127 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, lib, config, ... }:
{
imports = [
<home-manager/nixos>
@ -34,6 +34,12 @@
useGlobalPkgs = true;
};
specialisation = {
dark.configuration.frogeye.polarity = "dark";
light.configuration.frogeye.polarity = "light";
};
# Because everything is encrypted and I'm the only user, this is fine.
services.xserver.displayManager.autoLogin.user = "geoffrey";
}