summary refs log tree commit diff stats
path: root/hm/grades/default.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-04-21 16:59:46 +0200
committerSilas Schöffel <sils@sils.li>2024-04-21 17:01:51 +0200
commit76c67b975ce8924c14dd82d448abaff95c1a5bda (patch)
tree39290c567266a9f734d4f6bbe73be2f7456681ad /hm/grades/default.nix
parentsils: make networking toggleable (diff)
downloadnix-config-76c67b975ce8924c14dd82d448abaff95c1a5bda.zip
treewide: remove all traces of intellectual property of others
Diffstat (limited to 'hm/grades/default.nix')
-rw-r--r--hm/grades/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/hm/grades/default.nix b/hm/grades/default.nix
deleted file mode 100644
index 64af8a6..0000000
--- a/hm/grades/default.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-  config,
-  grades,
-  ...
-}: {
-  xdg.configFile."grades/config.yaml".source = ./config.yaml;
-
-  home.packages = [grades];
-}