Compare commits
2 commits
c862208024
...
2d29293fa3
Author | SHA1 | Date | |
---|---|---|---|
2d29293fa3 | |||
870a4e1c5f |
4 changed files with 4 additions and 6 deletions
|
@ -90,7 +90,7 @@ lib.mkIf osConfig.programs.sway.enable {
|
||||||
"--locked XF86AudioPause" = "exec ${pkgs.playerctl}/bin/playerctl play-pause";
|
"--locked XF86AudioPause" = "exec ${pkgs.playerctl}/bin/playerctl play-pause";
|
||||||
"--locked XF86AudioNext" = "exec ${pkgs.playerctl}/bin/playerctl next";
|
"--locked XF86AudioNext" = "exec ${pkgs.playerctl}/bin/playerctl next";
|
||||||
"--locked XF86AudioPrev" = "exec ${pkgs.playerctl}/bin/playerctl previous";
|
"--locked XF86AudioPrev" = "exec ${pkgs.playerctl}/bin/playerctl previous";
|
||||||
"${mod}+u" = "exec ${pkgs.hyprshot}/bin/hyprshot -o $XDG_PICTURES_DIR/screenshots -m region";
|
"${mod}+u" = "exec ${pkgs.hyprshot}/bin/hyprshot -o ${config.xdg.userDirs.pictures}/screenshots -m region";
|
||||||
"${mod}+Shift+u" = "exec ${pkgs.hyprshot}/bin/hyprshot --raw -m region | ${pkgs.satty}/bin/satty -f - --fullscreen";
|
"${mod}+Shift+u" = "exec ${pkgs.hyprshot}/bin/hyprshot --raw -m region | ${pkgs.satty}/bin/satty -f - --fullscreen";
|
||||||
|
|
||||||
#: Workspace movement {{{
|
#: Workspace movement {{{
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
default_session = {
|
default_session = {
|
||||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time";
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --remember --remember-user-session --time";
|
||||||
user = "greeter";
|
user = "greeter";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -5,12 +5,10 @@
|
||||||
magic_dns = true;
|
magic_dns = true;
|
||||||
base_domain = "ts";
|
base_domain = "ts";
|
||||||
|
|
||||||
# FIX: shan being down takes down entire tailnet
|
|
||||||
# 1 -> move dns to dedicated device
|
|
||||||
# 2 -> find out if fallback dns's are supported by headscale
|
|
||||||
nameservers.global = [
|
nameservers.global = [
|
||||||
"100.64.0.4"
|
"100.64.0.4"
|
||||||
];
|
];
|
||||||
|
|
||||||
extra_records =
|
extra_records =
|
||||||
let
|
let
|
||||||
mkRecords = map (sub: {
|
mkRecords = map (sub: {
|
||||||
|
|
|
@ -32,7 +32,7 @@ in
|
||||||
filtering_enabled = true;
|
filtering_enabled = true;
|
||||||
};
|
};
|
||||||
clients = {
|
clients = {
|
||||||
persistent = [
|
persistent = map (val: val // { use_global_settings = true; }) [
|
||||||
{
|
{
|
||||||
ids = [
|
ids = [
|
||||||
"100.64.0.1"
|
"100.64.0.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue