Switch to niri - Episode 3: The (second?) purge

This commit is contained in:
Schrottkatze 2025-03-18 18:23:45 +01:00
commit cc53b33f8e
No known key found for this signature in database
25 changed files with 594 additions and 713 deletions

View file

@ -6,7 +6,7 @@
./terminal.nix
./layaway.nix
./swayidle.nix
./typst.nix
./browser.nix
./eww
./niri
];
@ -15,20 +15,12 @@
programs.wofi.enable = true;
programs.swaylock.enable = true;
services.network-manager-applet.enable = true;
xsession.enable = true;
services.gpg-agent = {
enable = true;
enableNushellIntegration = true;
enableSshSupport = true;
};
fonts.fontconfig = {
enable = true;
defaultFonts = {
emoji = [];
monospace = [];
sansSerif = ["Atkinson Hyperlegible"];
serif = [];
};
};
};
}