mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-02-07 02:12:47 +01:00
Switch to niri - Episode 3: The (second?) purge
This commit is contained in:
parent
a6e6f38484
commit
cc53b33f8e
25 changed files with 594 additions and 713 deletions
|
|
@ -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 = [];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue