Re-add weechat, update waybar
This commit is contained in:
parent
2229e6a227
commit
b98f849153
3 changed files with 7 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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 = {
|
||||
|
@ -72,8 +71,8 @@
|
|||
on-click = "activate";
|
||||
};
|
||||
clock = {
|
||||
format = " {:%H:%M}";
|
||||
format-alt = " {:%A, %d %b, %Y}";
|
||||
format = " {:%H:%M}";
|
||||
format-alt = " {:%A, %d %b, %Y}";
|
||||
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
||||
calendar = {
|
||||
mode = "month";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue