summaryrefslogtreecommitdiff
path: root/home/rices/schrottkatze/home.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
commit15d50528cf86e93bad19f65f1e4b47af49e94d71 (patch)
treecaaa600a8f38df84dc269a3844d276393e90262c /home/rices/schrottkatze/home.nix
parent72ee2b5a1e65ce804d6e1dcfd11aec06385594cc (diff)
Nuked everything
Diffstat (limited to 'home/rices/schrottkatze/home.nix')
-rw-r--r--home/rices/schrottkatze/home.nix37
1 files changed, 0 insertions, 37 deletions
diff --git a/home/rices/schrottkatze/home.nix b/home/rices/schrottkatze/home.nix
deleted file mode 100644
index 69a4a96..0000000
--- a/home/rices/schrottkatze/home.nix
+++ /dev/null
@@ -1,37 +0,0 @@
-{pkgs, ...}: {
- imports = [
- ./terminal.nix
- ./notifications.nix
- ./fuzzel.nix
- ./swayidle.nix
- ./niri.nix
- ./eww.nix
- # ./layaway.nix
- ./stylix.nix
- ];
-
- programs.swaylock.enable = true;
- services.network-manager-applet.enable = true;
- xsession.enable = true;
-
- home.packages = with pkgs; [
- fluent-reader
- obsidian
- zsh
- hyprpicker
- bemoji
- librsvg
- cairo
- xwayland-satellite
- ];
-
- fonts.fontconfig = {
- enable = true;
- defaultFonts = {
- emoji = ["Noto Color Emoji"];
- monospace = [];
- sansSerif = ["Atkinson Hyperlegible"];
- serif = [];
- };
- };
-}