add devenv, remove sops

This commit is contained in:
dim 2025-03-01 08:12:12 +07:00
parent 6e60476521
commit 4225eea9bb
4 changed files with 11 additions and 6 deletions

View File

@ -19,10 +19,10 @@
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# sops-nix = {
# url = "github:Mic92/sops-nix";
# inputs.nixpkgs.follows = "nixpkgs";
# };
hyprland.url = "github:/hyprwm/Hyprland?submodules=1";
hyprpolkitagent.url = "github:hyprwm/hyprpolkitagent";
hyprpanel = {

View File

@ -33,7 +33,7 @@
networking.hosts = {
"192.168.122.52" = [ "websiteku.lokal" ];
"127.0.0.1" = [ "dimensi.lokal" ];
"127.0.0.1" = [ "dimensi.lokal" "sisfokampus.ddev.site" ];
# "43.239.205.20" = [ "dimensi.my" ];
# "103.106.6.124" = [ "dimensi.my" ];
};

View File

@ -84,6 +84,7 @@
just
ddev
mkcert
devenv
# Utils
zip

View File

@ -8,15 +8,19 @@ in {
nix = {
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
channel.enable = false;
extraOptions = ''
warn-dirty = false
'';
settings = {
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" ];
substituters = [ "https://hyprland.cachix.org" ];
substituters =
[ "https://hyprland.cachix.org" "https://devenv.cachix.org" ];
trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"nixpkgs-python.cachix.org-1:hxjI7pFxTyuTHn2NkvWCrAUcNZLNS3ZAvfYNuYifcEU="
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
];
};
gc = {