summaryrefslogtreecommitdiff
path: root/nixos/trash/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/trash/default.nix')
-rw-r--r--nixos/trash/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/nixos/trash/default.nix b/nixos/trash/default.nix
deleted file mode 100644
index a8c8785..0000000
--- a/nixos/trash/default.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- config,
- lib,
- pkgs,
- ...
-}: {
- imports = [
- ./steam
- ];
-}