added secrets

This commit is contained in:
2021-05-09 00:00:36 +05:30
parent 0f51622ac9
commit 422ab9c1eb
38 changed files with 517 additions and 82 deletions

View File

@@ -1,4 +1,4 @@
{lib, config, ... }:
{lib, config, agenix, ... }:
{
imports = [
./Stuff/sound.nix
@@ -10,8 +10,8 @@
time.timeZone = "Asia/Kolkata";
environment = {
sessionVariables = {
QT_QPA_PLATFORMTHEME = "gtk3";
QT_X11_NO_MITSHM="1";
EDITOR = "nvim";
};
};
security={
@@ -32,11 +32,5 @@
dates = "20:15";
};
nixpkgs.config.allowUnfree = true;
programs = {
fish.enable = true;
dconf.enable = true;
};
nixpkgs.config.allowBroken = true;
nix.extraOptions = ''experimental-features = nix-command flakes ca-references'';
}