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

@@ -24,7 +24,6 @@
inputs.home-manager.follows = "home-manager"; inputs.home-manager.follows = "home-manager";
}; };
llm-agents.url = "github:Qumulo/llm-agents"; llm-agents.url = "github:Qumulo/llm-agents";
# nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.6.0";
}; };
outputs = outputs =
@@ -36,7 +35,6 @@
plasma-manager, plasma-manager,
llm-agents, llm-agents,
glide, glide,
# nix-flatpak,
}@inputs: }@inputs:
let let
inherit (self) outputs; inherit (self) outputs;

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. # 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. # 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 # Lix
nixpkgs.overlays = [ nixpkgs.overlays = [
(final: prev: { (final: prev: {

View File

@@ -56,7 +56,7 @@ in
pkgs.kdePackages.filelight pkgs.kdePackages.filelight
inputs.glide.packages.${pkgs.stdenv.hostPlatform.system}.default inputs.glide.packages.${pkgs.stdenv.hostPlatform.system}.default
pkgs.swaybg pkgs.swaybg
pkgs.pulseaudioFull # pkgs.pulseaudioFull
pkgs.waybar pkgs.waybar
pkgs.dracula-theme # gtk theme pkgs.dracula-theme # gtk theme
pkgs.brightnessctl pkgs.brightnessctl