bitwarden, niri-tag, idk
This commit is contained in:
parent
bca6451850
commit
1626d24aed
14 changed files with 686 additions and 338 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue