truth nuth

This commit is contained in:
2026-06-21 22:52:47 -04:00
parent 2b5fc8883c
commit a4ec52164e
3 changed files with 2 additions and 8 deletions

View File

@@ -1,12 +1,8 @@
# This is for global config I DEFINITELY want on all machines, this should only include basic utilities and be relatively small.
# There is no order for where things are in this, it's a little messy.
{ pkgs, nix-flatpak, ... }:
{ pkgs, ... }:
{
imports = [
# nix-flatpak.nixosModules.nix-flatpak
];
# Lix
nixpkgs.overlays = [
(final: prev: {