1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 20:01:08 +01:00

kropsify some more

This commit is contained in:
Kierán Meinhardt
2019-04-11 07:43:08 +02:00
parent b9a6f33aa4
commit 60a08c6783
24 changed files with 72 additions and 59 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, config, lib }:
let
unstable = import <nixos-unstable> {};
i3blocks_conf = import <niveum/dot/i3blocks.nix> { inherit pkgs; };
i3blocks_conf = import <dot/i3blocks.nix> { inherit pkgs; };
new-workspace = unstable.writers.writeDash "new-workspace" ''
i3-msg workspace $(($(i3-msg -t get_workspaces | tr , '\n' | grep '"num":' | cut -d : -f 2 | sort -rn | head -1) + 1))
'';
@@ -12,7 +12,7 @@ let
scardanelli = "wlp2s0";
homeros = "wlp3s0";
}.${config.networking.hostName};
in with import <niveum/theme.nix>;
in with import <dot/theme.nix>;
rec {
fonts = [ "${uiFont.name} ${toString uiFont.size}" ];
modifier = "Mod4";