Compare commits
2 commits
2d29293fa3
...
c862208024
Author | SHA1 | Date | |
---|---|---|---|
c862208024 | |||
9cb86cb2aa |
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 XF86AudioNext" = "exec ${pkgs.playerctl}/bin/playerctl next";
|
||||
"--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";
|
||||
|
||||
#: Workspace movement {{{
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time";
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --remember-user-session --time";
|
||||
user = "greeter";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -5,12 +5,10 @@
|
|||
magic_dns = true;
|
||||
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 = [
|
||||
"100.64.0.4"
|
||||
];
|
||||
|
||||
extra_records =
|
||||
let
|
||||
mkRecords = map (sub: {
|
||||
|
|
|
@ -32,7 +32,7 @@ in
|
|||
filtering_enabled = true;
|
||||
};
|
||||
clients = {
|
||||
persistent = [
|
||||
persistent = map (val: val // { use_global_settings = true; }) [
|
||||
{
|
||||
ids = [
|
||||
"100.64.0.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue