feat: work QOL changes

This commit is contained in:
Swarsel 2024-08-27 23:39:13 +02:00
parent 02c1f57b4a
commit cc1ffd103b
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
8 changed files with 307 additions and 247 deletions

View file

@ -132,6 +132,7 @@ in
};
assigns = {
"1:" = [{ app_id = "firefox"; }];
"10:" = [{ app_id = "teams-for-linux"; }];
};
floating = {
border = 1;

View file

@ -48,7 +48,7 @@
"custom/nix-updates" = {
exec = "update-checker";
on-click = "update-checker && notify-send 'The system has been updated'";
interval = 3600;
interval = "once";
tooltip = true;
return-type = "json";
format = "{} {icon}";

View file

@ -56,6 +56,10 @@
nixPath = lib.mapAttrsToList (n: _: "${n}=flake:${n}") flakeInputs;
};
nixpkgs.config.permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
];
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;