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";
};
llm-agents.url = "github:Qumulo/llm-agents";
# nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.6.0";
};
outputs =
@@ -36,7 +35,6 @@
plasma-manager,
llm-agents,
glide,
# nix-flatpak,
}@inputs:
let
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.
# 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: {

View File

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