mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Let hyprland do the services starting
This commit is contained in:
parent
a9e83e15ad
commit
905d55db30
13 changed files with 92 additions and 138 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{ ... }:
|
||||
{ wrappers, ... }:
|
||||
{
|
||||
imports = [ ./default.nix ];
|
||||
|
||||
home-manager.users.seb = {
|
||||
home.packages = [ (wrappers.hypridle { lockOnSleep = true; }) ];
|
||||
|
||||
myConfig.de.theme = "light";
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = "eDP-1,1920x1080@60,0x0,1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue