truth nuth
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user