screenlock
This commit is contained in:
parent
78369ea502
commit
08c2e18396
5 changed files with 22 additions and 11 deletions
9
home.nix
9
home.nix
|
|
@ -35,6 +35,7 @@ let username = "clemens"; in
|
|||
./programm_configs/redshift.nix
|
||||
] else [
|
||||
./programm_configs/sway.nix
|
||||
./programm_configs/swaylock.nix
|
||||
./programm_configs/waybar.nix
|
||||
./programm_configs/gammastep.nix
|
||||
]);
|
||||
|
|
@ -43,8 +44,6 @@ let username = "clemens"; in
|
|||
# environment.
|
||||
home.packages = with pkgs; [
|
||||
alacritty
|
||||
polybar
|
||||
scrot
|
||||
imagemagick
|
||||
htop
|
||||
firefox
|
||||
|
|
@ -81,6 +80,8 @@ let username = "clemens"; in
|
|||
] ++ (if x11mode then [
|
||||
arandr
|
||||
flameshot
|
||||
scrot
|
||||
polybar
|
||||
] else [
|
||||
wdisplays
|
||||
sway-contrib.grimshot
|
||||
|
|
@ -94,9 +95,9 @@ let username = "clemens"; in
|
|||
source = ./programm_configs/slate.rasi;
|
||||
target = ".config/rofi/slate.rasi";
|
||||
};
|
||||
i3lock = {
|
||||
swaylock = {
|
||||
source = ./programm_configs/lock.sh;
|
||||
target = ".config/i3/lock.sh";
|
||||
target = ".config/sway/lock.sh";
|
||||
executable = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue