added i3status module

This commit is contained in:
Rohan Deshpande
2024-09-11 12:00:32 -04:00
parent 3c0fa30ecd
commit 74a84a8a96
6 changed files with 43 additions and 16 deletions

View File

@@ -77,6 +77,7 @@
firefox
pulsemixer
brightnessctl
lm_sensors
];
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";

View File

@@ -9,8 +9,8 @@
./../../homeManagerModules/htop.nix
./../../homeManagerModules/lf.nix
./../../homeManagerModules/pandoc.nix
./../../homeManagerModules/texlive.nix
./../../homeManagerModules/bat.nix
./../../homeManagerModules/i3status.nix
];
# Home Manager needs a bit of information about you and the
# paths it should manage.
@@ -28,7 +28,6 @@
home.stateVersion = "24.05";
home.packages = with pkgs; [
autotiling
i3status
fastfetch
nix-tree
sway-contrib.grimshot
@@ -39,6 +38,7 @@
# })
obsidian
vesktop
texlive.combined.scheme-basic
];
@@ -47,9 +47,9 @@
programs.zsh = {
enable = true;
enableSyntaxHighlighting = true;
loginExtra = "sway";
loginExtra = "sway --unsupported-gpu";
shellAliases = {
"update" = "sudo nixos-rebuild switch --flake /home/rohand/nixos-surface-config#surface";
"update" = "sudo nixos-rebuild switch --flake /home/rohand/nixos-surface-config#xps";
};
oh-my-zsh = {
enable = true;
@@ -66,6 +66,7 @@
programs.ranger = {
enable = true;
};
programs.helix.enable = true;
wayland.windowManager.sway = {
enable = true;
config = rec {