aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/common/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index 504782f3..aadb22bd 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -178,6 +178,9 @@
};
programs = {
+ i3bar-river.enable = true;
+ i3status-rust.enable = true;
+
nvim = {
enable = true;
shell = pkgs.zsh;
@@ -256,8 +259,8 @@
pointer-12951-6505-ZSA_Technology_Labs_Moonlander_Mark_I = [["pointer-accel" "0"] ["accel-profile" "none"]];
};
backgroundStart = [
+ # TODO(@bpeetz): Move these to systemd units/their own modules <2025-05-18>
pkgs.gammastep
- pkgs.yambar
pkgs.mako
["${lib.getExe pkgs.swaybg}" "--image" "${./abstract-nord.png}"]
@@ -283,7 +286,7 @@
projects = builtins.fromJSON (builtins.readFile ./projects.json);
};
nix-index.enable = true;
- yambar.enable = true;
+ yambar.enable = false;
yt.enable = true;
zathura.enable = true;
zsh.enable = true;