enable swaylock
This commit is contained in:
parent
f695b58cb0
commit
190f730e7d
2
dotfiles
2
dotfiles
|
|
@ -1 +1 @@
|
|||
Subproject commit da5f124c2d20ab9af2e8ffd16b0009b5fed11952
|
||||
Subproject commit 4864c2d85524ed6ba933fa1da92f587dfc6efd58
|
||||
50
home.nix
50
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 = {
|
||||
|
|
|
|||
|
|
@ -50,6 +50,8 @@
|
|||
pulse.enable = true;
|
||||
};
|
||||
|
||||
security.pam.services.swaylock = {};
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue