restructure

This commit is contained in:
2021-05-14 08:00:37 +05:30
parent a1d0576a37
commit a3e2fa3b5a
25 changed files with 177 additions and 150 deletions

View File

@@ -1,17 +1,16 @@
{lib, config, agenix, ... }:
{lib, config, agenix, pkgs, ... }:
{
imports = [
./Stuff/sound.nix
./Stuff/fonts.nix
./Stuff/users.nix
./Stuff/services.nix
./Stuff/xorg.nix
];
time.timeZone = "Asia/Kolkata";
environment = {
sessionVariables = {
QT_X11_NO_MITSHM="1";
EDITOR = "nvim";
QT_QPA_PLATFORMTHEME = "gtk3";
};
};
security={
@@ -31,6 +30,8 @@
automatic = false;
dates = "20:15";
};
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowBroken = true;
nixpkgs.config = {
allowUnfree = true;
allowBroken = true;
};
}