diff --git a/nixos/home/base.nix b/nixos/home/base.nix index d447789..add75a3 100644 --- a/nixos/home/base.nix +++ b/nixos/home/base.nix @@ -49,7 +49,6 @@ editorconfig.editorconfig jnoortheen.nix-ide mesonbuild.mesonbuild - redhat.vscode-xml rust-lang.rust-analyzer skellock.just wakatime.vscode-wakatime diff --git a/nixos/home/polybar.nix b/nixos/home/polybar.nix index d77e09b..5a71cff 100644 --- a/nixos/home/polybar.nix +++ b/nixos/home/polybar.nix @@ -21,9 +21,8 @@ width = "100%"; height = 32; font-0 = "GohuFont:style=Regular:size=14;3"; - modules-left = "cpu memory"; - modules-center = "xworkspaces"; - modules-right = "battery audio date"; + modules-left = "xworkspaces"; + modules-right = "cpu memory date"; module-margin = 1; offset-y = 14; padding = 2;