Fixed Hyprland config errors for installation
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
{
|
||||
# Home Manager needs a bit of information about you and the paths it should manage
|
||||
home.username = "yourusername";
|
||||
home.homeDirectory = "/home/yourusername";
|
||||
home.username = "crib";
|
||||
home.homeDirectory = "/home/crib";
|
||||
|
||||
# Packages to install for this user
|
||||
home.packages = with pkgs; [
|
||||
@@ -34,11 +34,15 @@
|
||||
./waybar.nix
|
||||
];
|
||||
|
||||
# Git configuration
|
||||
# Git configuration (updated API)
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "crib";
|
||||
userEmail = "haugseth.martin@gmail.com";
|
||||
settings = {
|
||||
user = {
|
||||
name = "Your Name";
|
||||
email = "your.email@example.com";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# ZSH configuration
|
||||
@@ -63,10 +67,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
# Kitty terminal configuration
|
||||
# Kitty terminal configuration (updated API)
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
theme = "Tokyo Night";
|
||||
themeFile = "tokyo_night_night";
|
||||
font.name = "JetBrainsMono Nerd Font";
|
||||
font.size = 12;
|
||||
settings = {
|
||||
|
||||
@@ -41,11 +41,8 @@
|
||||
gaps_in = 5;
|
||||
gaps_out = 10;
|
||||
border_size = 2;
|
||||
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||
"col.inactive_border" = "rgba(595959aa)";
|
||||
|
||||
layout = "dwindle";
|
||||
|
||||
allow_tearing = false;
|
||||
};
|
||||
|
||||
@@ -57,13 +54,11 @@
|
||||
enabled = true;
|
||||
size = 3;
|
||||
passes = 1;
|
||||
vibrancy = 0.1696;
|
||||
};
|
||||
|
||||
drop_shadow = true;
|
||||
shadow_range = 4;
|
||||
shadow_render_power = 3;
|
||||
"col.shadow" = "rgba(1a1a1aee)";
|
||||
};
|
||||
|
||||
# Animations
|
||||
@@ -89,7 +84,7 @@
|
||||
};
|
||||
|
||||
master = {
|
||||
new_status = "master";
|
||||
new_is_master = true;
|
||||
};
|
||||
|
||||
# Gestures
|
||||
|
||||
Reference in New Issue
Block a user