diff options
| author | Fuwn <[email protected]> | 2024-08-29 21:31:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-29 21:31:09 -0700 |
| commit | 653f81eec07eb3e33c380810676a7feb45e1df43 (patch) | |
| tree | 00d43c8f1b2cb2cf8ebaf1b7c1a4c026718033bb /home/ebisu/meta/network/smolnet | |
| parent | some stuff (diff) | |
| download | nixos-config-653f81eec07eb3e33c380810676a7feb45e1df43.tar.xz nixos-config-653f81eec07eb3e33c380810676a7feb45e1df43.zip | |
some stuff
Diffstat (limited to 'home/ebisu/meta/network/smolnet')
| -rw-r--r-- | home/ebisu/meta/network/smolnet/bollux.nix | 6 | ||||
| -rw-r--r-- | home/ebisu/meta/network/smolnet/default.nix | 12 |
2 files changed, 0 insertions, 18 deletions
diff --git a/home/ebisu/meta/network/smolnet/bollux.nix b/home/ebisu/meta/network/smolnet/bollux.nix deleted file mode 100644 index 4e2b05d..0000000 --- a/home/ebisu/meta/network/smolnet/bollux.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ pkgs, config, ... }: -{ - home.packages = with pkgs; [ (pkgs.callPackage ../../../../../pkgs/bollux { }) ]; - - xdg.configFile."bollux/bollux.conf".text = ''''; -} diff --git a/home/ebisu/meta/network/smolnet/default.nix b/home/ebisu/meta/network/smolnet/default.nix deleted file mode 100644 index 7fee28f..0000000 --- a/home/ebisu/meta/network/smolnet/default.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ pkgs, config, ... }: -{ - imports = [ ./bollux.nix ]; - - home.packages = with pkgs; [ - amfora - geopard - gmni - phetch - lagrange - ]; -} |