mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 13:46:11 +01:00
feat: pkgs sync
This commit is contained in:
@@ -49,6 +49,7 @@
|
|||||||
firefox
|
firefox
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
google-chrome
|
google-chrome
|
||||||
|
chromium
|
||||||
evolution
|
evolution
|
||||||
obsidian
|
obsidian
|
||||||
foliate
|
foliate
|
||||||
@@ -80,5 +81,6 @@
|
|||||||
vim
|
vim
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
nemo
|
nemo
|
||||||
|
nixd
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -692,12 +692,12 @@
|
|||||||
on-timeout = "loginctl lock-session"; # lock screen when timeout has passed
|
on-timeout = "loginctl lock-session"; # lock screen when timeout has passed
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
# {
|
||||||
timeout = 1800; # 30min
|
# timeout = 1800; # 30min
|
||||||
on-timeout = "systemctl hibernate";
|
# on-timeout = "systemctl hibernate";
|
||||||
# on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
# on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||||
# on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
# on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
||||||
}
|
# }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user