feat: flakify, gnome3
chore: nix fmt refactor: split out more home-manager programs feat: migrate shell as flake devShell feat: initial flake structure with colmena feat: migrate elias-e525 to colmena feat: migrate steveej-t14 with colmena feat: configure chromium extensions chore: remove all overlays and package overrides chore: delete some of _archive feat: migrate vmd102066 feat: migrate sj-vps-htz0
This commit is contained in:
parent
4fcddef112
commit
33e0c3f4c6
79 changed files with 1797 additions and 1578 deletions
58
nix/devShells.nix
Normal file
58
nix/devShells.nix
Normal file
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
inputs',
|
||||
pkgs,
|
||||
}:
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "infra-env";
|
||||
buildInputs =
|
||||
[
|
||||
(with pkgs.callPackage (pkgs.path + "/nixos") {configuration = {};};
|
||||
with config.system.build; [
|
||||
nixos-generate-config
|
||||
nixos-install
|
||||
nixos-enter
|
||||
manual.manpages
|
||||
])
|
||||
]
|
||||
++ (with pkgs; [
|
||||
inputs'.colmena.packages.colmena
|
||||
nixos-install-tools
|
||||
dconf2nix
|
||||
|
||||
just
|
||||
git-crypt
|
||||
vcsh
|
||||
gnupg
|
||||
git
|
||||
ripgrep
|
||||
lm_sensors
|
||||
|
||||
apacheHttpd
|
||||
|
||||
vncdo
|
||||
tesseract
|
||||
imagemagick
|
||||
|
||||
nmap
|
||||
sysstat
|
||||
lshw
|
||||
xxHash
|
||||
linssid
|
||||
wavemon
|
||||
wirelesstools
|
||||
|
||||
zathura
|
||||
xorg.xwininfo
|
||||
glxinfo
|
||||
autorandr
|
||||
arandr
|
||||
playerctl
|
||||
x11docker
|
||||
fwupd
|
||||
|
||||
ntfy
|
||||
]);
|
||||
|
||||
# Set Environment Variables
|
||||
RUST_BACKTRACE = 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue