added secrets
This commit is contained in:
@@ -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'';
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user