Compare commits
3 commits
5823811700
...
3a88101b04
Author | SHA1 | Date | |
---|---|---|---|
3a88101b04 | |||
7d8736ecad | |||
f5ab3abe76 |
3 changed files with 7 additions and 5 deletions
|
@ -335,6 +335,11 @@ window-rule {
|
|||
open-focused true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match title=r#"^Authentication Required"#
|
||||
open-floating true
|
||||
open-focused true
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"mount-sisko"
|
||||
"adb"
|
||||
"prometheus-exporters"
|
||||
"promtail"
|
||||
# "promtail"
|
||||
"zerotier"
|
||||
]
|
||||
++ [ ./disko.nix ];
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
fleetModules,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -31,14 +30,12 @@
|
|||
"binfmt"
|
||||
"greetd"
|
||||
# "syncthing"
|
||||
"hass-poweroff"
|
||||
"forgejo-runners"
|
||||
"teamviewer"
|
||||
"sunshine"
|
||||
"mount-sisko"
|
||||
"adb"
|
||||
"prometheus-exporters"
|
||||
"promtail"
|
||||
# "promtail"
|
||||
"zerotier"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue