mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Some random minor fixes
This commit is contained in:
parent
073782130e
commit
8df1df80d1
|
@ -9,6 +9,7 @@
|
|||
../../system/hardware/systemd.nix # systemd config
|
||||
../../system/hardware/kernel.nix # Kernel config
|
||||
../../system/hardware/power.nix # Power management
|
||||
../../system/hardware/time.nix # Network time sync
|
||||
../../system/hardware/opengl.nix
|
||||
../../system/hardware/printing.nix
|
||||
../../system/hardware/bluetooth.nix
|
||||
|
|
5
system/hardware/time.nix
Normal file
5
system/hardware/time.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.ntp.enable = true;
|
||||
}
|
|
@ -1645,6 +1645,7 @@ EAF doesn't work on Wayland :(
|
|||
(map! :leader
|
||||
:desc "Projectile grep"
|
||||
"/" #'projectile-grep)
|
||||
|
||||
#+END_SRC
|
||||
** sudo-edit
|
||||
#+BEGIN_SRC emacs-lisp :tangle config.el
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
exec-once = emacs --daemon
|
||||
|
||||
#exec-once = swayidle -w timeout 90 '${pkgs.gtklock}/bin/gtklock -d' timeout 210 'suspend-unless-render' resume '${pkgs.hyprland}/bin/hyprctl dispatch dpms on' before-sleep "${pkgs.gtklock}/bin/gtklock -d"
|
||||
exec-once = swayidle -w timeout 90 '${pkgs.swaylock}/bin/swaylock' timeout 210 'suspend-unless-render' resume '${pkgs.hyprland}/bin/hyprctl dispatch dpms on' before-sleep "${pkgs.swaylock}/bin/swaylock"
|
||||
exec-once = swayidle -w timeout 90 '${pkgs.swaylock}/bin/swaylock -f' timeout 210 'suspend-unless-render' resume '${pkgs.hyprland}/bin/hyprctl dispatch dpms on' before-sleep "${pkgs.swaylock}/bin/swaylock -f"
|
||||
exec-once = obs-notification-mute-daemon
|
||||
|
||||
exec = ~/.swaybg-stylix
|
||||
|
|
Loading…
Reference in a new issue