Updated swaylock, swayidle, hibernation

This commit is contained in:
Tyler Mayoff 2025-03-03 20:20:47 -05:00
parent 6dad46a01e
commit 76b9aac30d
2 changed files with 89 additions and 13 deletions

View file

@ -25,10 +25,23 @@
};
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot = {
enable = true;
configurationLimit = 5;
};
boot.loader.efi.canTouchEfiVariables = true;
boot.plymouth = {
enable = true;
themePackages = [pkgs.catppuccin-plymouth];
theme = "catppuccin-macchiato";
};
# Nix options
nix.optimise.automatic = true;
nix.settings.experimental-features = ["nix-command" "flakes"];
nix.trustedUsers = ["tyler" "@wheel"];
networking.hostName = "wash"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@ -117,14 +130,18 @@
environment.systemPackages = with pkgs; [
# unstable.bitwarden-desktop
sqlite
vscode
vscode.fhs
lm_sensors
pre-commit
];
fonts.packages = with pkgs; [
nerdfonts
];
programs.nix-ld.enable = true;
# Install firefox.
programs.firefox.enable = true;
programs.fish.enable = true;