My Nix Configuration

[flake] remove detnix

Changed files
-114
hosts
nixosModules
default-config
-91
flake.lock
···
"type": "github"
}
},
-
"determinate": {
-
"inputs": {
-
"determinate-nixd-aarch64-darwin": "determinate-nixd-aarch64-darwin",
-
"determinate-nixd-aarch64-linux": "determinate-nixd-aarch64-linux",
-
"determinate-nixd-x86_64-darwin": [
-
"determinate",
-
"determinate-nixd-aarch64-darwin"
-
],
-
"determinate-nixd-x86_64-linux": "determinate-nixd-x86_64-linux",
-
"nix": [
-
"dix"
-
],
-
"nixpkgs": [
-
"nixpkgs"
-
]
-
},
-
"locked": {
-
"lastModified": 1761251546,
-
"narHash": "sha256-I/TDYHCKui0K62f2cEk2UJf6N9rO/hdsa65kpEJMhSo=",
-
"owner": "DeterminateSystems",
-
"repo": "determinate",
-
"rev": "70beec406153496943274f59cb2ded76be49fcd7",
-
"type": "github"
-
},
-
"original": {
-
"owner": "DeterminateSystems",
-
"repo": "determinate",
-
"type": "github"
-
}
-
},
-
"determinate-nixd-aarch64-darwin": {
-
"flake": false,
-
"locked": {
-
"narHash": "sha256-TORlljq+wwn8XWLoN0giLY15pNiIAXuU0igpIXjLhMY=",
-
"type": "file",
-
"url": "https://install.determinate.systems/determinate-nixd/tag/v3.12.0/macOS"
-
},
-
"original": {
-
"type": "file",
-
"url": "https://install.determinate.systems/determinate-nixd/tag/v3.12.0/macOS"
-
}
-
},
-
"determinate-nixd-aarch64-linux": {
-
"flake": false,
-
"locked": {
-
"narHash": "sha256-1HEvUQcG0mVdEQrEqcLEdB9nHpMNbb39bdNxdvyizqk=",
-
"type": "file",
-
"url": "https://install.determinate.systems/determinate-nixd/tag/v3.12.0/aarch64-linux"
-
},
-
"original": {
-
"type": "file",
-
"url": "https://install.determinate.systems/determinate-nixd/tag/v3.12.0/aarch64-linux"
-
}
-
},
-
"determinate-nixd-x86_64-linux": {
-
"flake": false,
-
"locked": {
-
"narHash": "sha256-WrXQbrXVisAdZl/hh49PsErSPHwzks1Vw+O3jarVjDo=",
-
"type": "file",
-
"url": "https://install.determinate.systems/determinate-nixd/tag/v3.12.0/x86_64-linux"
-
},
-
"original": {
-
"type": "file",
-
"url": "https://install.determinate.systems/determinate-nixd/tag/v3.12.0/x86_64-linux"
-
}
-
},
"dgop": {
"inputs": {
"nixpkgs": [
···
"owner": "AvengeMedia",
"repo": "dgop",
"type": "github"
-
}
-
},
-
"dix": {
-
"inputs": {
-
"flake-parts": [],
-
"git-hooks-nix": [],
-
"nixpkgs": [
-
"nixpkgs"
-
],
-
"nixpkgs-23-11": [],
-
"nixpkgs-regression": []
-
},
-
"locked": {
-
"lastModified": 1761238235,
-
"narHash": "sha256-BvEZ31+FQKJz2XH8PTXpJqGZ1eT9bhMQ2wBj2ehBYvM=",
-
"rev": "9512828397f684d0f732ea76b7631f69a0db34f7",
-
"revCount": 23138,
-
"type": "tarball",
-
"url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.12.0/019a1277-d4c6-7dca-9d55-ee5165fd0bf6/source.tar.gz"
-
},
-
"original": {
-
"type": "tarball",
-
"url": "https://flakehub.com/f/DeterminateSystems/nix-src/%2A"
}
},
"dms": {
···
"buildbot-nix": "buildbot-nix",
"caelestia": "caelestia",
"ctp": "ctp",
-
"determinate": "determinate",
-
"dix": "dix",
"dms": "dms",
"dms-plugins": "dms-plugins",
"dms-power-usage": "dms-power-usage",
-20
flake.nix
···
extra-substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
-
"https://install.determinate.systems"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
-
"cache.flakehub.com-3:hJuILl5sVK4iKm86JzgdXW12Y2Hwd5G07qKtHTOcDCM="
];
cores = 0;
max-jobs = 2;
···
};
ctp = {
url = "github:catppuccin/nix";
-
};
-
dix = {
-
url = "https://flakehub.com/f/DeterminateSystems/nix-src/*";
-
inputs = {
-
nixpkgs.follows = "nixpkgs";
-
nixpkgs-regression.follows = "";
-
nixpkgs-23-11.follows = "";
-
-
flake-parts.follows = "";
-
git-hooks-nix.follows = "";
-
};
-
};
-
determinate = {
-
url = "github:DeterminateSystems/determinate";
-
inputs = {
-
nixpkgs.follows = "nixpkgs";
-
nix.follows = "dix";
-
};
};
dms = {
url = "github:AvengeMedia/DankMaterialShell";
-1
hosts/default.nix
···
modules = [
inputs.agenix.nixosModules.default
inputs.ctp.nixosModules.catppuccin
-
inputs.determinate.nixosModules.default
inputs.home-manager.nixosModules.home-manager
inputs.self.nixosModules.chromium
inputs.self.nixosModules.defaultConfig
-2
nixosModules/default-config/nixConfig.nix
···
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
-
"cache.flakehub.com-3:hJuILl5sVK4iKm86JzgdXW12Y2Hwd5G07qKtHTOcDCM="
];
# Extra substituters
trusted-substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
-
"https://install.determinate.systems"
];
# These users have additional daemon rights
trusted-users = userList;