alright, some more conf
This commit is contained in:
parent
7098906a46
commit
81f1f6f9ca
4 changed files with 31 additions and 24 deletions
|
@ -17,7 +17,7 @@ in
|
|||
# pkgs.minecract
|
||||
# ];
|
||||
home-manager.users.${user}.home.packages = attrValues {
|
||||
inherit (pkgs) modrinth-app prismlauncher;
|
||||
inherit (pkgs) prismlauncher;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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)";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue