about summary refs log tree commit diff stats
path: root/nixconf/linux-server.nix
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-09-15 10:34:58 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-09-15 10:34:58 +0100
commit63a125b10f4f1df99bfe87fac1a870e4bcbade84 (patch)
treedf5d30aa8e102f80e6614a63fecce7d3daea7bb3 /nixconf/linux-server.nix
parente78bebbf552e73f2a2ea00ef22aa46f758d5b093 (diff)
downloaddotfiles-63a125b10f4f1df99bfe87fac1a870e4bcbade84.tar.gz
Rename nixconf -> nix-conf
Diffstat (limited to 'nixconf/linux-server.nix')
-rw-r--r--nixconf/linux-server.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/nixconf/linux-server.nix b/nixconf/linux-server.nix
deleted file mode 100644
index cf0b652..0000000
--- a/nixconf/linux-server.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ config, pkgs, ... }:
-{
-
-  #services.emacs.package = pkgs.emacsUnstable;
-
-  home.packages = with pkgs; [
-    bitlbee
-    bitlbee-discord
-    emacs-nox
-    heroku
-    irssi
-  ];
-
-}
-