diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-12 13:37:13 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-12 13:37:13 +0200 |
| commit | 15d50528cf86e93bad19f65f1e4b47af49e94d71 (patch) | |
| tree | caaa600a8f38df84dc269a3844d276393e90262c /home/rices/schrottkatze/home.nix | |
| parent | 72ee2b5a1e65ce804d6e1dcfd11aec06385594cc (diff) | |
Nuked everything
Diffstat (limited to 'home/rices/schrottkatze/home.nix')
| -rw-r--r-- | home/rices/schrottkatze/home.nix | 37 |
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 = []; - }; - }; -} |
