mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
chore: clean up
This commit is contained in:
@@ -2,12 +2,7 @@
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
setsid = script:
|
||||
pkgs.writers.writeDash "setsid-command" ''
|
||||
${pkgs.util-linux}/bin/setsid ${script}
|
||||
'';
|
||||
in {
|
||||
}: {
|
||||
home-manager.users.me = {
|
||||
programs.i3status-rust = {
|
||||
enable = true;
|
||||
@@ -16,7 +11,7 @@ in {
|
||||
settings = {
|
||||
theme.overrides = let
|
||||
colours = config.lib.stylix.colors.withHashtag;
|
||||
in rec {
|
||||
in {
|
||||
idle_bg = colours.base00;
|
||||
idle_fg = colours.base05;
|
||||
good_bg = colours.base00;
|
||||
|
||||
Reference in New Issue
Block a user