aboutsummaryrefslogtreecommitdiff
path: root/snowfall/homes/x86_64-linux/c/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'snowfall/homes/x86_64-linux/c/default.nix')
-rw-r--r--snowfall/homes/x86_64-linux/c/default.nix37
1 files changed, 0 insertions, 37 deletions
diff --git a/snowfall/homes/x86_64-linux/c/default.nix b/snowfall/homes/x86_64-linux/c/default.nix
deleted file mode 100644
index cdeb8cb..0000000
--- a/snowfall/homes/x86_64-linux/c/default.nix
+++ /dev/null
@@ -1,37 +0,0 @@
-{ config, lib, namespace, ... }:
-
-with lib; with lib.${namespace}; {
- cxl = {
- desktop.background = "shinobu.png";
-
- suites = {
- common.enable = true;
- desktop.enable = true;
- dev.enable = true;
- media.enable = true;
- gaming.enable = true;
- misc.enable = true;
- };
-
- apps = {
- discord.enable = true;
- gimp.enable = true;
- qbittorrent.enable = true;
- nicotine.enable = true;
- anki.enable = true;
- obsidian.enable = true;
-
- prismlauncher.extra.rusherhack.enable = true;
- };
-
- tools.wine.enable = true;
-
- tools.git = {
- name = "Caroline Larimore";
- email = "caroline@larimo.re";
- key = "314C14641E707B68";
- };
- };
-
- home.stateVersion = "23.11";
-}