This commit is contained in:
xmm16 2024-12-10 23:36:48 -03:00
commit 4ec09b952b
No known key found for this signature in database
2 changed files with 7 additions and 15 deletions

View file

@ -7,6 +7,12 @@
repo = "nixpkgs"; repo = "nixpkgs";
ref = "nixos-unstable"; ref = "nixos-unstable";
}; };
chaotic = {
type = "github";
owner = "chaotic-cx";
repo = "nyx";
ref = "nyxpkgs-unstable";
};
flake-parts = { flake-parts = {
type = "github"; type = "github";
owner = "hercules-ci"; owner = "hercules-ci";
@ -49,17 +55,9 @@
ref = "master"; ref = "master";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
# chaotic = {
# type = "github";
# owner = "chaotic-cx";
# repo = "nyx";
# ref = "nyxpkgs-unstable";
#};
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
}; };
outputs = inputs @ { outputs = inputs @ {
nixpkgs, nixpkgs,
chaotic,
flake-parts, flake-parts,
... ...
}: let }: let

View file

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
inputs,
pkgs,
...
}: {
alqueva.users.xmm = { alqueva.users.xmm = {
packages = builtins.attrValues { packages = builtins.attrValues {
inherit inherit
@ -11,8 +7,6 @@
alacritty alacritty
firefox firefox
vesktop vesktop
mpv
imv
; ;
}; };
groups = [ groups = [