summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/network
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-01 20:30:52 -0700
committerFuwn <[email protected]>2024-09-01 20:30:52 -0700
commita3f1f79aa745491d06b496c7fd9f50992310f432 (patch)
tree6ea4bfc3b4a3f8c2789534800b8ee28d3b91fc39 /home/ebisu/fortune/network
parentformat (diff)
downloadnixos-config-a3f1f79aa745491d06b496c7fd9f50992310f432.tar.xz
nixos-config-a3f1f79aa745491d06b496c7fd9f50992310f432.zip
format2
Diffstat (limited to 'home/ebisu/fortune/network')
-rw-r--r--home/ebisu/fortune/network/smolnet/bollux.nix3
-rw-r--r--home/ebisu/fortune/network/smolnet/default.nix2
2 files changed, 2 insertions, 3 deletions
diff --git a/home/ebisu/fortune/network/smolnet/bollux.nix b/home/ebisu/fortune/network/smolnet/bollux.nix
index 4e2b05d..b33575d 100644
--- a/home/ebisu/fortune/network/smolnet/bollux.nix
+++ b/home/ebisu/fortune/network/smolnet/bollux.nix
@@ -1,6 +1,5 @@
-{ pkgs, config, ... }:
+{ pkgs, ... }:
{
home.packages = with pkgs; [ (pkgs.callPackage ../../../../../pkgs/bollux { }) ];
-
xdg.configFile."bollux/bollux.conf".text = '''';
}
diff --git a/home/ebisu/fortune/network/smolnet/default.nix b/home/ebisu/fortune/network/smolnet/default.nix
index 7fee28f..fe69274 100644
--- a/home/ebisu/fortune/network/smolnet/default.nix
+++ b/home/ebisu/fortune/network/smolnet/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, config, ... }:
+{ pkgs, ... }:
{
imports = [ ./bollux.nix ];