Add caffeine extension.

This commit is contained in:
Jessica Canady 2023-07-22 14:59:57 -04:00
parent 5e285062e1
commit 7c91c2f2bd

View file

@ -12,4 +12,9 @@
initialPassword = "password";
shell = pkgs.fish;
};
environment.systemPackages = with pkgs; [
gnomeExtensions.caffeine
];
}