themes and services
fix errors in themes and service setup
This commit is contained in:
@@ -7,16 +7,18 @@
|
||||
systemdTarget = "graphical-session.target";
|
||||
settings = [
|
||||
{
|
||||
profile.name = "laptop undocked";
|
||||
profile.name = "laptop-undocked";
|
||||
profile.outputs = [ { criteria = "eDP-1"; } ];
|
||||
profile.exec = [
|
||||
"systemctl --user start hypridle.service"
|
||||
"eww reload"
|
||||
];
|
||||
}
|
||||
{
|
||||
profile.name = "laptop docked";
|
||||
profile.name = "laptop-docked";
|
||||
profile.exec = [
|
||||
"systemctl --user start hypridle.service"
|
||||
"eww reload"
|
||||
];
|
||||
profile.outputs = [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ nextcloud-client ];
|
||||
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
|
||||
Reference in New Issue
Block a user