โ„๏ธ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ใ€Œ๐Ÿ—๏ธใ€ wip: oueee

adjoly e71457dc b6f14b25

+5 -3
+1 -1
hosts/LAPTOP-5530/hardware-configuration.nix
··· 1 1 { 2 - inputs, 2 + # inputs, 3 3 pkgs, 4 4 ... 5 5 }:
+3 -1
modules/home-manager/gui/wm/dms.nix
··· 12 12 }; 13 13 14 14 config = lib.mkIf config.keyzox.dms.enable { 15 + keyzox.hypridle.enable = true; 16 + 15 17 programs.dank-material-shell = { 16 18 enable = true; 17 19 package = pkgs.unstable.dms-shell; 18 - # quickshell.package = pkgs.unstable.quickshell; 20 + quickshell.package = pkgs.unstable.quickshell; 19 21 20 22 dgop.package = inputs.dgop.packages.${pkgs.stdenv.hostPlatform.system}.default; 21 23 plugins = {
+1 -1
modules/home-manager/gui/wm/hypridle.nix
··· 20 20 enable = true; 21 21 settings = { 22 22 general = { 23 - lock_cmd = "pidof hyprlock || hyprlock"; 23 + lock_cmd = "dms ipc lock lock"; 24 24 before_sleep_cmd = "loginctl lock-session"; 25 25 after_sleep_cmd = "hyprctl dispatch dpms on"; 26 26 };