diff options
| author | anand <anand.panchdhari@gmail.com> | 2026-03-06 21:50:46 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2026-03-06 21:50:46 +0530 |
| commit | 6c6eaccb86c882059b8c74bbf5840370b10f2886 (patch) | |
| tree | 7b74a5a6170e6c729fec4709d9fd688c742e90d7 /configuration.nix | |
| parent | 61ffaae6e2c9937dbff8b38d59bf844bab9009ca (diff) | |
De-hypr-ed my configs
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/configuration.nix b/configuration.nix index bedbe1a..d3606f0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -73,6 +73,7 @@ nixpkgs.config.allowUnfree = true; + security.pam.services.swaylock = {}; services.tailscale.enable = true; services.blueman.enable = true; services.logind.settings.Login = { @@ -156,9 +157,8 @@ ferdium spotify-player wl-clipboard - hypridle - hyprlock - hyprshot + grim + slurp trash-cli nh mosh @@ -192,10 +192,6 @@ enableSSHSupport = true; pinentryPackage = pkgs.pinentry-gnome3; }; - # programs.hyprland = { - # enable = true; - # xwayland.enable = true; - # }; programs.firefox.enable = true; programs.thunar = { enable = true; |
