rename waybar folder to bars, add mangowc, add bar-rs, add bar-rs config, add mangowc config

This commit is contained in:
alyx 2026-03-09 16:02:07 +00:00
parent ab12fa7536
commit ef01d9c9c0
Signed by: alyx
SSH key fingerprint: SHA256:ikXQIBRoakFdxVU/cImm2/V8XxM0gMJU8QybMfU66H0
12 changed files with 592 additions and 82 deletions

View file

@ -3,6 +3,7 @@
{
imports = [
../pkgs
inputs.mangowc.nixosModules.mango
];
nix.settings.experimental-features = "nix-command flakes";
@ -31,13 +32,13 @@
services.gnome.gnome-keyring.enable = true;
security.pam.services.greetd.enableGnomeKeyring = true;
security.pam.services.greetd.gnupg.enable = true;
security.pam.services.login = {
enableGnomeKeyring = true;
gnupg.enable = true;
};
programs.sway.enable = (if config.var.class == "desktop" then true else false);
programs.mango.enable = (if config.var.class == "desktop" then true else false);
programs.gnupg.agent = {
enable = true;