feat: init config
This commit is contained in:
commit
f10f6922fb
6 changed files with 287 additions and 0 deletions
11
nixos/services/display-manager.nix
Normal file
11
nixos/services/display-manager.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
services.displayManager = {
|
||||
enable = true;
|
||||
execCmd = "${pkgs.lemurs}/bin/lemurs --no-logs";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue