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
* [ ] Security hardening / scans / etc
* [ ] Where possible, convert cronjobs to systemd services / timers
* [ ] Replace fuzzel with rofi
## Home-Manager
* [ ] 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 ];
programs.waybar = {
@ -17,7 +17,6 @@
"hyprland/workspaces"
];
modules-right = [
"gamemode"
"privacy"
"hyprland/submap"
"pulseaudio"
@ -51,7 +50,7 @@
interval = 5;
format-icons = {
Running = "󰌆";
Stopped = "󰌊";
Stopped = "󰌊 ";
};
};
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 = [
# Modules
inputs.disko.nixosModules.disko
@ -11,6 +11,7 @@
./common/services/tailscale.nix
./common/services/gnupg-agent.nix
./common/services/opensnitch.nix
./common/software/cli/weechat.nix
# NixOS Modules
./common/modules/fonts.nix # Font Configs