small improvements
This commit is contained in:
parent
d1466bbba3
commit
eb101fbcf2
3 changed files with 13 additions and 8 deletions
|
|
@ -18,6 +18,14 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
my = {
|
||||
programs = {
|
||||
kitty.enable = true;
|
||||
rofi.enable = true;
|
||||
};
|
||||
services.dunst.enable = true;
|
||||
};
|
||||
|
||||
home-manager.users.moritz = {
|
||||
imports = [ inputs.hyprland.homeManagerModules.default ];
|
||||
|
||||
|
|
@ -33,11 +41,6 @@ in
|
|||
layer = "top";
|
||||
position = "top";
|
||||
height = 30;
|
||||
output = [
|
||||
"eDP-1"
|
||||
"HDMI-A-1"
|
||||
"HDMI-A-2"
|
||||
];
|
||||
modules-left = [ "wlr/workspaces" ];
|
||||
modules-center = [ "hyprland/window" ];
|
||||
modules-right = [ "network" "memory" "cpu" "battery" "clock" ];
|
||||
|
|
@ -110,7 +113,10 @@ in
|
|||
playerctl
|
||||
brightnessctl
|
||||
grimblast
|
||||
slurp
|
||||
grim
|
||||
wl-clipboard
|
||||
wdisplays
|
||||
];
|
||||
|
||||
security.pam.services.swaylock = { };
|
||||
|
|
@ -134,7 +140,6 @@ in
|
|||
(if cfg.nvidiaSupport then
|
||||
{
|
||||
LIBVA_DRIVER_NAME = "nvidia";
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
GBM_BACKEND = "nvidia-drm";
|
||||
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue