This commit is contained in:
Tao Tien 2025-07-30 17:45:40 -07:00
parent 05a6822ec0
commit 2b46e49cd7
3 changed files with 32 additions and 0 deletions

View file

@ -2,6 +2,11 @@
# aagl.url = "github:ezKEa/aagl-gtk-on-nix"; # aagl.url = "github:ezKEa/aagl-gtk-on-nix";
# aagl.inputs.nixpkgs.follows = "nixpkgs"; # aagl.inputs.nixpkgs.follows = "nixpkgs";
services.lsfg-vk = {
enable = true;
ui.enable = true;
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
osu-lazer-bin osu-lazer-bin
easyeffects easyeffects

22
flake.lock generated
View file

@ -227,6 +227,27 @@
"type": "github" "type": "github"
} }
}, },
"lsfg-vk-flake": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1753906499,
"narHash": "sha256-9J/lWQcE3+wCQFBlujQ4t52AC1xa+wHBdP0Z+dk7sJA=",
"owner": "pabloaul",
"repo": "lsfg-vk-flake",
"rev": "754f64f7e489ba16ebc3e77ad8f480c50b5a428c",
"type": "github"
},
"original": {
"owner": "pabloaul",
"ref": "main",
"repo": "lsfg-vk-flake",
"type": "github"
}
},
"nix": { "nix": {
"inputs": { "inputs": {
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
@ -393,6 +414,7 @@
"determinate": "determinate", "determinate": "determinate",
"disko": "disko", "disko": "disko",
"home-manager": "home-manager_2", "home-manager": "home-manager_2",
"lsfg-vk-flake": "lsfg-vk-flake",
"nixos": "nixos", "nixos": "nixos",
"nixos-facter-modules": "nixos-facter-modules", "nixos-facter-modules": "nixos-facter-modules",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",

View file

@ -27,6 +27,8 @@
url = "github:0xc000022070/zen-browser-flake"; url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
lsfg-vk-flake.url = "github:pabloaul/lsfg-vk-flake/main";
lsfg-vk-flake.inputs.nixpkgs.follows = "nixpkgs";
}; };
nixConfig = { nixConfig = {
@ -51,6 +53,7 @@
disko, disko,
home-manager, home-manager,
zen-browser, zen-browser,
lsfg-vk-flake,
... ...
} @ inputs: { } @ inputs: {
nixosConfigurations = { nixosConfigurations = {
@ -71,6 +74,7 @@
./extras/uwuraid.nix ./extras/uwuraid.nix
./extras/dev.nix ./extras/dev.nix
./extras/gaming.nix ./extras/gaming.nix
lsfg-vk-flake.nixosModules.default
./extras/folding.nix ./extras/folding.nix
]; ];
}; };
@ -97,6 +101,7 @@
./extras/uwuraid.nix ./extras/uwuraid.nix
./extras/dev.nix ./extras/dev.nix
./extras/gaming.nix ./extras/gaming.nix
lsfg-vk-flake.nixosModules.default
]; ];
}; };
NOmom = nixpkgs.lib.nixosSystem { NOmom = nixpkgs.lib.nixosSystem {