Update flake.lock

This commit is contained in:
Chris Thompson 2024-12-14 18:39:44 -05:00
parent 0da4c29318
commit 3e2567e026
2 changed files with 22 additions and 10 deletions

View file

@ -142,9 +142,6 @@
# Install firefox.
programs.firefox.enable = true;
# Add docker!
virtualisation.docker.enable = true;
virtualisation.docker.storageDriver = "btrfs"; # Only when using BTRFS! (wolcen approved!)
# Required for DDEV to add hosts files, if your DNS will not resolve addresses to localhost.
# Some firewall DNS resolvers will NOT allow an externally resolved domain name to resolve to a reserved IP (e.g. localhost).
@ -201,7 +198,22 @@
diffr # another diff hilighting tool
brave # privacy oriented browser
zig # the zig language
# fonts
powerline # prompt utility
];
programs.zsh.enable = true;
programs.git = {
enable = true;
lfs.enable = true;
};
# Orchestrator for FOSS VR stack
#programs.envision = {
# enable = true;
# openFirewall = true; # This is set true by default
#};
nixpkgs.config.permittedInsecurePackages = [
"electron-27.3.11"
];
fonts.packages = with pkgs; [
anonymousPro
corefonts
dejavu_fonts