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
|
## 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.
|
||||||
|
|
|
@ -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 = {
|
||||||
|
@ -72,8 +71,8 @@
|
||||||
on-click = "activate";
|
on-click = "activate";
|
||||||
};
|
};
|
||||||
clock = {
|
clock = {
|
||||||
format = " {:%H:%M}";
|
format = " {:%H:%M}";
|
||||||
format-alt = " {:%A, %d %b, %Y}";
|
format-alt = " {:%A, %d %b, %Y}";
|
||||||
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
||||||
calendar = {
|
calendar = {
|
||||||
mode = "month";
|
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 = [
|
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
|
||||||
|
|
Loading…
Reference in a new issue