1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

moved to Hypr ecosystem

This commit is contained in:
xnm
2024-04-24 22:26:20 +03:00
parent 475e4b938c
commit 6321fae7d8
21 changed files with 215 additions and 93 deletions

View File

@@ -26,7 +26,7 @@
./nix-settings.nix
./nixpkgs.nix
./gc.nix
./auto-upgrade.nix
# ./auto-upgrade.nix
./linux-kernel.nix
./screen.nix
./display-manager.nix

View File

@@ -10,6 +10,9 @@
pyprland
hyprpicker
hyprcursor
hyprlock
hypridle
hyprpaper
wezterm
cool-retro-term

View File

@@ -24,7 +24,7 @@
];
};
services.fail2ban.enable = true;
security.pam.services.swaylock = {};
security.pam.services.hyprlock = {};
# security.polkit.enable = true;
programs.browserpass.enable = true;
services.clamav = {

View File

@@ -30,8 +30,6 @@
qt6.qtwayland
psi-notify
poweralertd
swaylock-effects
swayidle
playerctl
psmisc
grim
@@ -52,8 +50,6 @@
dunst
avizo
wlogout
wpaperd
# swww
gifsicle
];
}

View File

@@ -7,5 +7,6 @@
awscli2
cargo-lambda
gnumake
cmake
];
}

View File

@@ -15,6 +15,6 @@
security.pam.services = {
greetd.u2fAuth = true;
sudo.u2fAuth = true;
swaylock.u2fAuth = true;
hyprlock.u2fAuth = true;
};
}