Merge branch 'main' of ssh://git.duckland.org:2202/don/NixOS-Configs
This commit is contained in:
commit
f54a1d2970
3 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
./hardware-configuration.nix
|
||||
../workstation
|
||||
../wm
|
||||
../wm/sddm
|
||||
];
|
||||
networking.hostName = "smaug";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue