refactor: what can I say
This commit is contained in:
@@ -14,7 +14,6 @@ lib.my.makeSwitch {
|
||||
config' = {
|
||||
my.desktop.wm = {
|
||||
cage.enable = true;
|
||||
dwm.enable = true;
|
||||
niri.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
imports = [
|
||||
./all.nix
|
||||
./cage.nix
|
||||
./dwm.nix
|
||||
./niri
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
lib.my.makeHomePackageConfig {
|
||||
inherit config pkgs;
|
||||
packageName = "dwm";
|
||||
packagePath = [ "dwm" ];
|
||||
optionPath = [
|
||||
"desktop"
|
||||
"wm"
|
||||
"dwm"
|
||||
];
|
||||
}
|
||||
@@ -5,7 +5,10 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
my.home.systemd.user.services.swaync.Unit.After = [ "graphical-session.target" ];
|
||||
my.home.systemd.user.services.swaync = {
|
||||
Unit.After = [ "graphical-session.target" ];
|
||||
Service.ExecStart = [ "swaync" ];
|
||||
};
|
||||
|
||||
my.home.programs.niri.settings = {
|
||||
input = {
|
||||
|
||||
Reference in New Issue
Block a user