aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/cursor.nix
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-09-27 18:27:52 -0500
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-09-27 18:27:52 -0500
commitf7229cd87555011865a1bfbed9e36230d63d891e (patch)
tree048a80d3497b6a96a6c9f9be3957639fb2814593 /nixos/.flake/home/cursor.nix
parenta9ce5f278243198310577165bb593a9eededad6c (diff)
move nixos to org
Diffstat (limited to 'nixos/.flake/home/cursor.nix')
-rw-r--r--nixos/.flake/home/cursor.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/nixos/.flake/home/cursor.nix b/nixos/.flake/home/cursor.nix
deleted file mode 100644
index b7b55c4..0000000
--- a/nixos/.flake/home/cursor.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ";
- xresources.properties = {
- "Xcursor.size" = 16;
- };
-}