From 3e2567e026064fa48c878b3c8dffc9ce0318d149 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Sat, 14 Dec 2024 18:39:44 -0500 Subject: [PATCH] Update flake.lock --- flake.lock | 12 ++++++------ hosts/default/configuration.nix | 20 ++++++++++++++++---- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 8c45378..4ad035c 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1733769654, - "narHash": "sha256-aVvYDt8eitZVF6fdOrSoIzYRkQ5Gh6kfRvqkiaDRLL0=", + "lastModified": 1734093295, + "narHash": "sha256-hSwgGpcZtdDsk1dnzA0xj5cNaHgN9A99hRF/mxMtwS4=", "owner": "nix-community", "repo": "home-manager", - "rev": "e952e94955dcc6fa2120c1430789fc41363f5237", + "rev": "66c5d8b62818ec4c1edb3e941f55ef78df8141a8", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1733759999, - "narHash": "sha256-463SNPWmz46iLzJKRzO3Q2b0Aurff3U1n0nYItxq7jU=", + "lastModified": 1733940404, + "narHash": "sha256-Pj39hSoUA86ZePPF/UXiYHHM7hMIkios8TYG29kQT4g=", "owner": "nixos", "repo": "nixpkgs", - "rev": "a73246e2eef4c6ed172979932bc80e1404ba2d56", + "rev": "5d67ea6b4b63378b9c13be21e2ec9d1afc921713", "type": "github" }, "original": { diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index b342110..f95c8fc 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -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