summaryrefslogtreecommitdiff
path: root/home/rices/schrottkatze/home.nix
diff options
context:
space:
mode:
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 = [];
- };
- };
-}