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
|
workspace_auto_back_and_forth yes
|
||||||
|
|
||||||
set $laptop eDP-1
|
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:on output $laptop disable
|
||||||
bindswitch --reload --locked lid:off output $laptop enable
|
bindswitch --reload --locked lid:off output $laptop enable
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../workstation
|
../workstation
|
||||||
../wm
|
../wm
|
||||||
|
../wm/sddm
|
||||||
];
|
];
|
||||||
networking.hostName = "smaug";
|
networking.hostName = "smaug";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,11 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
services.xserver.displayManager = {
|
environment.systemPackages = with pkgs; [ sddm-chili-theme ];
|
||||||
|
|
||||||
|
services.displayManager = {
|
||||||
sddm = {
|
sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
theme = "chili";
|
||||||
wayland = {
|
wayland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
compositor = "weston";
|
compositor = "weston";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue