mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
added and configured shikane
This commit is contained in:
parent
0620ebaa2a
commit
fa6f58e0e9
13 changed files with 154 additions and 43 deletions
|
@ -1,11 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
nix.settings = {
|
||||
substituters = [
|
||||
"https://cache.rfive.de"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cache.rfive.de:2E/yzJduGj4SJqYqDhpXO7aM2m5buMMUHN64EZdml3I="
|
||||
];
|
||||
};
|
||||
}
|
|
@ -3,7 +3,6 @@
|
|||
programs.nix-index-database.comma.enable = true;
|
||||
imports = [
|
||||
./activation.nix
|
||||
# ./caches.nix
|
||||
./gpg.nix
|
||||
./sops.nix
|
||||
./vim.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue