diff --git a/modules/home/desktop/games/minecraft.nix b/modules/home/desktop/games/minecraft.nix index 2f58e47..b56fceb 100644 --- a/modules/home/desktop/games/minecraft.nix +++ b/modules/home/desktop/games/minecraft.nix @@ -17,7 +17,7 @@ in # pkgs.minecract # ]; home-manager.users.${user}.home.packages = attrValues { - inherit (pkgs) modrinth-app prismlauncher; + inherit (pkgs) prismlauncher; }; }; } diff --git a/modules/home/desktop/plasma.nix b/modules/home/desktop/plasma.nix index 8c4eb24..9417208 100644 --- a/modules/home/desktop/plasma.nix +++ b/modules/home/desktop/plasma.nix @@ -23,7 +23,7 @@ in 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"; services = { @@ -253,25 +253,28 @@ in }; configFile = { + baloofilerc = { + + }; kdeglobals = { - General = { + General = { # enable font antialiasing XftAntialias = true; XftHintStyle = "hintslight"; XftSubPixel = "rgb"; - }; + }; }; kwalletrc = { - Wallet.Enabled = false; + Wallet.Enabled = false; }; plasmarc = { - General = { + General = { RaiseMaximumVolume = true; VolumeStep = 2; - }; + }; }; kcminputrc = { - Keyboard.NumLock.value = 0; + Keyboard.NumLock.value = 0; }; }; }; diff --git a/modules/home/shell/toolset/starship.nix b/modules/home/shell/toolset/starship.nix index 3fdf7db..1ac33a2 100644 --- a/modules/home/shell/toolset/starship.nix +++ b/modules/home/shell/toolset/starship.nix @@ -13,10 +13,14 @@ in enable = true; settings = { scan_timeout = 10; + + # Inserts a blank line between shell prompts add_newline = 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 = { style_user = "cyan bold"; style_root = "red bold"; @@ -42,7 +46,7 @@ in git_branch = { only_attached = true; format = "[$symbol$branch]($style) "; - symbol = "שׂ"; + symbol = " "; style = "yellow bold"; }; @@ -61,7 +65,7 @@ in }; directory = { - read_only = " "; + read_only = " 󰌾"; truncation_length = 0; }; @@ -75,8 +79,8 @@ in }; character = { - success_symbol = "[\\$](green bold)"; - error_symbol = "[\\$](red bold)"; + success_symbol = "[└>](green bold)"; + error_symbol = "[└x](red bold)"; }; }; }; diff --git a/modules/home/themes/default.nix b/modules/home/themes/default.nix index e02d31e..be08b07 100644 --- a/modules/home/themes/default.nix +++ b/modules/home/themes/default.nix @@ -29,18 +29,18 @@ in { environment.sessionVariables = { QT_QPA_PLATFORMTHEME = "kde6"; }; - home-manager.users.${user} = { - xdg.configFile."menus/applications.menu".source = "${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu"; + # home-manager.users.${user} = { + # xdg.configFile."menus/applications.menu".source = "${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu"; - qt = { - enable = true; - platformTheme = "kde6"; - # style = { - # package = pkgs.kdePackages.breeze; - # name = mkDefault "Breeze"; - # }; - }; - }; + # qt = { + # enable = true; + # platformTheme = "kde6"; + # # style = { + # # package = pkgs.kdePackages.breeze; + # # name = mkDefault "Breeze"; + # # }; + # }; + # }; stylix = { enable = true;