bitwarden, niri-tag, idk

This commit is contained in:
atagen 2025-07-20 13:29:04 +10:00
parent bca6451850
commit 1626d24aed
14 changed files with 686 additions and 338 deletions

View file

@ -11,6 +11,12 @@
./configuration.nix
];
environment = {
arbys.enable = true;
files = {
};
};
services.ollama = {
enable = true;
user = "ollama";
@ -63,10 +69,10 @@
boot.loader.efi.canTouchEfiVariables = true;
# boot.plymouth = {
# enable = true;
# inherit (rice.plymouth) theme themePackages font;
# };
boot.plymouth = {
enable = true;
# inherit (rice.plymouth) theme themePackages font;
};
security.tpm2.enable = true;