misc optimizations

This commit is contained in:
2024-11-17 21:42:06 -05:00
parent df23c64d14
commit 7a60cdd513
2 changed files with 4 additions and 18 deletions

View File

@@ -1,9 +1,8 @@
{ username, ... }: {
home.username = "${username}"; # Replace with your actual username
home.username = "${username}";
home.homeDirectory =
"/home/${username}"; # Replace with your actual home directory
home.stateVersion =
"24.05"; # Adjust this based on your system's NixOS version
"/home/${username}";
home.stateVersion = "25.05";
programs.home-manager.enable = true;
@@ -37,7 +36,7 @@
programConfigs = {
autojumpConfig.enable = true;
btopConfig.enable = true;
cavaConfig.enable = true;
cavaConfig.enable = false;
ezaConfig.enable = true;
firefoxConfig.enable = true;
fuzzelConfig.enable = true;