Re-add weechat, update waybar

This commit is contained in:
albert 2024-02-17 22:38:35 +09:00
parent 2229e6a227
commit b98f849153
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
3 changed files with 7 additions and 6 deletions

View file

@ -54,6 +54,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
## General ## General
* [ ] Security hardening / scans / etc * [ ] Security hardening / scans / etc
* [ ] Where possible, convert cronjobs to systemd services / timers * [ ] Where possible, convert cronjobs to systemd services / timers
* [ ] Replace fuzzel with rofi
## Home-Manager ## Home-Manager
* [ ] Figure out what the home-manager `account` options are for. * [ ] Figure out what the home-manager `account` options are for.

View file

@ -1,4 +1,4 @@
{ config, inputs, system, ... }: { { config, ... }: {
imports = [ ../assets/waybar/scripts.nix ]; imports = [ ../assets/waybar/scripts.nix ];
programs.waybar = { programs.waybar = {
@ -17,7 +17,6 @@
"hyprland/workspaces" "hyprland/workspaces"
]; ];
modules-right = [ modules-right = [
"gamemode"
"privacy" "privacy"
"hyprland/submap" "hyprland/submap"
"pulseaudio" "pulseaudio"
@ -51,7 +50,7 @@
interval = 5; interval = 5;
format-icons = { format-icons = {
Running = "󰌆"; Running = "󰌆";
Stopped = "󰌊"; Stopped = "󰌊 ";
}; };
}; };
idle_inhibitor = { idle_inhibitor = {

View file

@ -1,4 +1,4 @@
{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: { { lib, pkgs, hostname, stateVersion, username, desktop, inputs, system, ... }: {
imports = [ imports = [
# Modules # Modules
inputs.disko.nixosModules.disko inputs.disko.nixosModules.disko
@ -11,6 +11,7 @@
./common/services/tailscale.nix ./common/services/tailscale.nix
./common/services/gnupg-agent.nix ./common/services/gnupg-agent.nix
./common/services/opensnitch.nix ./common/services/opensnitch.nix
./common/software/cli/weechat.nix
# NixOS Modules # NixOS Modules
./common/modules/fonts.nix # Font Configs ./common/modules/fonts.nix # Font Configs