From 190f730e7dd7f814d50f5b34002316e68f72907c Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Sun, 1 Oct 2023 00:29:06 +0200 Subject: [PATCH] enable swaylock --- dotfiles | 2 +- home.nix | 50 ++++++++++++++++++++++--------------------- hosts/workstation.nix | 2 ++ 3 files changed, 29 insertions(+), 25 deletions(-) diff --git a/dotfiles b/dotfiles index da5f124..4864c2d 160000 --- a/dotfiles +++ b/dotfiles @@ -1 +1 @@ -Subproject commit da5f124c2d20ab9af2e8ffd16b0009b5fed11952 +Subproject commit 4864c2d85524ed6ba933fa1da92f587dfc6efd58 diff --git a/home.nix b/home.nix index dc8c851..1fb90d2 100644 --- a/home.nix +++ b/home.nix @@ -2,36 +2,38 @@ { home.packages = with pkgs; [ + bemenu + ffmpeg firefox-wayland - tmux - libnotify + fzf + gcc + git + git-lfs + gnumake gnupg htop - ripgrep - pavucontrol - pass - kitty - waybar - pulseaudio - gcc - fzf - nnn - gnumake - tree-sitter - nodejs - pinentry-qt kanshi - mpv - megatools - ffmpeg - xdg-utils - networkmanagerapplet - git-lfs - git - thunderbird + kitty + libnotify libreoffice + megatools + mpv + networkmanagerapplet + nnn + nodejs + pass + pavucontrol + pinentry-qt + pulseaudio + ripgrep + swaylock + swayidle + thunderbird + tmux + tree-sitter + waybar wl-clipboard - bemenu + xdg-utils ]; home.stateVersion = "22.11"; programs.home-manager = { diff --git a/hosts/workstation.nix b/hosts/workstation.nix index 4d00e5f..55ad958 100644 --- a/hosts/workstation.nix +++ b/hosts/workstation.nix @@ -50,6 +50,8 @@ pulse.enable = true; }; + security.pam.services.swaylock = {}; + services.openssh = { enable = true; settings = {