alright, some more conf

This commit is contained in:
Chris Kruining 2025-03-23 17:53:01 +01:00
parent 7098906a46
commit 81f1f6f9ca
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
4 changed files with 31 additions and 24 deletions

View file

@ -17,7 +17,7 @@ in
# pkgs.minecract # pkgs.minecract
# ]; # ];
home-manager.users.${user}.home.packages = attrValues { home-manager.users.${user}.home.packages = attrValues {
inherit (pkgs) modrinth-app prismlauncher; inherit (pkgs) prismlauncher;
}; };
}; };
} }

View file

@ -23,7 +23,7 @@ in
kcoreaddons kcoreaddons
]; ];
# environment.plasma6.excludePackages = with pkgs.kdePackages; [ konsole kate ghostwriter oxygen ]; environment.plasma6.excludePackages = with pkgs.kdePackages; [ konsole kate ghostwriter oxygen ];
environment.sessionVariables.NIXOS_OZONE_WL = "1"; environment.sessionVariables.NIXOS_OZONE_WL = "1";
services = { services = {
@ -253,25 +253,28 @@ in
}; };
configFile = { configFile = {
baloofilerc = {
};
kdeglobals = { kdeglobals = {
General = { General = {
# enable font antialiasing # enable font antialiasing
XftAntialias = true; XftAntialias = true;
XftHintStyle = "hintslight"; XftHintStyle = "hintslight";
XftSubPixel = "rgb"; XftSubPixel = "rgb";
}; };
}; };
kwalletrc = { kwalletrc = {
Wallet.Enabled = false; Wallet.Enabled = false;
}; };
plasmarc = { plasmarc = {
General = { General = {
RaiseMaximumVolume = true; RaiseMaximumVolume = true;
VolumeStep = 2; VolumeStep = 2;
}; };
}; };
kcminputrc = { kcminputrc = {
Keyboard.NumLock.value = 0; Keyboard.NumLock.value = 0;
}; };
}; };
}; };

View file

@ -13,10 +13,14 @@ in
enable = true; enable = true;
settings = { settings = {
scan_timeout = 10; scan_timeout = 10;
# Inserts a blank line between shell prompts
add_newline = true; add_newline = true;
line_break.disabled = true; line_break.disabled = true;
format = "$username$hostname$nix_shell$git_branch$git_commit$git_state$git_status$directory$jobs$cmd_duration$character"; format = "[ ](bold green)$os$username$hostname$nix_shell$git_branch$git_commit$git_state$git_status$directory$jobs$cmd_duration\n$character";
username = { username = {
style_user = "cyan bold"; style_user = "cyan bold";
style_root = "red bold"; style_root = "red bold";
@ -42,7 +46,7 @@ in
git_branch = { git_branch = {
only_attached = true; only_attached = true;
format = "[$symbol$branch]($style) "; format = "[$symbol$branch]($style) ";
symbol = ""; symbol = " ";
style = "yellow bold"; style = "yellow bold";
}; };
@ -61,7 +65,7 @@ in
}; };
directory = { directory = {
read_only = " "; read_only = " 󰌾";
truncation_length = 0; truncation_length = 0;
}; };
@ -75,8 +79,8 @@ in
}; };
character = { character = {
success_symbol = "[\\$](green bold)"; success_symbol = "[>](green bold)";
error_symbol = "[\\$](red bold)"; error_symbol = "[x](red bold)";
}; };
}; };
}; };

View file

@ -29,18 +29,18 @@ in {
environment.sessionVariables = { QT_QPA_PLATFORMTHEME = "kde6"; }; environment.sessionVariables = { QT_QPA_PLATFORMTHEME = "kde6"; };
home-manager.users.${user} = { # home-manager.users.${user} = {
xdg.configFile."menus/applications.menu".source = "${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu"; # xdg.configFile."menus/applications.menu".source = "${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu";
qt = { # qt = {
enable = true; # enable = true;
platformTheme = "kde6"; # platformTheme = "kde6";
# style = { # # style = {
# package = pkgs.kdePackages.breeze; # # package = pkgs.kdePackages.breeze;
# name = mkDefault "Breeze"; # # name = mkDefault "Breeze";
# }; # # };
}; # };
}; # };
stylix = { stylix = {
enable = true; enable = true;