Merge branch 'main' of ssh://git.duckland.org:2202/don/NixOS-Configs

This commit is contained in:
Don Harper 2024-04-27 22:15:17 -05:00
commit f54a1d2970
3 changed files with 6 additions and 2 deletions

View file

@ -20,7 +20,7 @@ font pango:JetBrains Mono 8
workspace_auto_back_and_forth yes
set $laptop eDP-1
#output $laptop scale 1.1
output $laptop scale 0.75
bindswitch --reload --locked lid:on output $laptop disable
bindswitch --reload --locked lid:off output $laptop enable

View file

@ -6,6 +6,7 @@
./hardware-configuration.nix
../workstation
../wm
../wm/sddm
];
networking.hostName = "smaug";
}

View file

@ -1,8 +1,11 @@
{ pkgs, ... }:
{
services.xserver.displayManager = {
environment.systemPackages = with pkgs; [ sddm-chili-theme ];
services.displayManager = {
sddm = {
enable = true;
theme = "chili";
wayland = {
enable = true;
compositor = "weston";