🚀 improve hyprland experience

This commit is contained in:
Moritz Böhme 2022-11-26 16:02:02 +01:00
parent df54824957
commit 1b536e52b5
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
9 changed files with 263 additions and 182 deletions

View file

@ -20,7 +20,7 @@ with lib; {
programs = {
adb.enable = true;
bspwm.enable = mkDefault true;
hyprland.enable = true;
code.enable = true;
emacs.enable = true;
firefox = {
@ -101,11 +101,6 @@ with lib; {
};
};
programs.xss-lock = {
enable = true;
lockerCommand = "${pkgs.i3lock-fancy-rapid}/bin/i3lock-fancy-rapid 10 5";
};
environment.systemPackages = with pkgs; [
# nix
nixpkgs-review