mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 11:24:26 +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,4 +1,9 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
wrappers,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [ ./default.nix ];
|
||||
|
||||
|
|
@ -7,6 +12,8 @@
|
|||
pkgs.obs-studio
|
||||
pkgs.libsForQt5.kdenlive
|
||||
pkgs.gimp
|
||||
|
||||
(wrappers.hypridle { lockOnSleep = false; })
|
||||
];
|
||||
|
||||
myConfig.de.theme = "dark";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue