mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 12:36:13 +01:00
desktop expansion
This commit is contained in:
@@ -76,7 +76,7 @@ xset s 900 &
|
||||
|
||||
# auths
|
||||
# /usr/lib/mate-polkit/polkit-mate-authentication-agent-1 &
|
||||
gnome-keyring-daemon &
|
||||
# gnome-keyring-daemon &
|
||||
# source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh
|
||||
|
||||
## Map super key to trigger rofi when used alone
|
||||
|
||||
7
home-manager/features/desktop/dwm/betterlockscreen.nix
Normal file
7
home-manager/features/desktop/dwm/betterlockscreen.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
services.betterlockscreen = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.betterlockscreen;
|
||||
|
||||
};
|
||||
}
|
||||
@@ -7,6 +7,8 @@
|
||||
imports = [
|
||||
./picom.nix
|
||||
./rofi.nix
|
||||
./flameshot.nix
|
||||
./betterlockscreen.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
@@ -14,13 +16,14 @@
|
||||
st
|
||||
dunst
|
||||
xss-lock
|
||||
flameshot
|
||||
xdg-desktop-portal-gtk
|
||||
xorg.xrdb
|
||||
xorg.xrandr
|
||||
xorg.xset
|
||||
xorg.xsetroot
|
||||
xorg.setxkbmap
|
||||
xorg.xbacklight
|
||||
brightnessctl
|
||||
xclip
|
||||
gnome.gnome-keyring
|
||||
feh
|
||||
@@ -28,6 +31,15 @@
|
||||
kde-gruvbox
|
||||
gruvbox-dark-icons-gtk
|
||||
alsaUtils
|
||||
nemo
|
||||
pulseaudioFull
|
||||
arandr
|
||||
neomutt
|
||||
ncmpcpp
|
||||
ncspot
|
||||
ncpamixer
|
||||
lf
|
||||
qt5ct
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
||||
8
home-manager/features/desktop/dwm/flameshot.nix
Normal file
8
home-manager/features/desktop/dwm/flameshot.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{pkgs, ...}: {
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
showStartupLaunchMessage = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user