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:
@@ -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
|
||||
|
@@ -10,6 +10,9 @@
|
||||
pyprland
|
||||
hyprpicker
|
||||
hyprcursor
|
||||
hyprlock
|
||||
hypridle
|
||||
hyprpaper
|
||||
|
||||
wezterm
|
||||
cool-retro-term
|
||||
|
@@ -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 = {
|
||||
|
@@ -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
|
||||
];
|
||||
}
|
||||
|
@@ -7,5 +7,6 @@
|
||||
awscli2
|
||||
cargo-lambda
|
||||
gnumake
|
||||
cmake
|
||||
];
|
||||
}
|
||||
|
@@ -15,6 +15,6 @@
|
||||
security.pam.services = {
|
||||
greetd.u2fAuth = true;
|
||||
sudo.u2fAuth = true;
|
||||
swaylock.u2fAuth = true;
|
||||
hyprlock.u2fAuth = true;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user