mirror of
https://github.com/blahai/nyx.git
synced 2025-06-10 16:13:00 -04:00
yeet theia and quickshell
This commit is contained in:
parent
31628af7c6
commit
fde31a4f1b
13 changed files with 60 additions and 608 deletions
37
flake.nix
37
flake.nix
|
@ -2,21 +2,6 @@
|
|||
description = "Elissa's funny little flake";
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
"https://nixpkgs-unfree.cachix.org"
|
||||
"https://hyprland.cachix.org"
|
||||
"https://anyrun.cachix.org"
|
||||
"https://wezterm.cachix.org"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"nixpkgs-unfree.cachix.org-1:hqvoInulhbV4nJ9yJOEr+4wxhDV4xq2d1DK7S6Nj6rs="
|
||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
|
||||
"wezterm.cachix.org-1:kAbhjYUC9qvblTE+s7S+kl5XM1zVa4skO+E/1IDWdH0="
|
||||
];
|
||||
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
|
||||
|
@ -31,16 +16,6 @@
|
|||
inputs = {nixpkgs.follows = "nixpkgs";};
|
||||
};
|
||||
|
||||
deploy-rs = {
|
||||
url = "github:serokell/deploy-rs";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
quickshell = {
|
||||
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
inputs.nixpkgs.follows = "nixpkgs-smol";
|
||||
};
|
||||
|
||||
ags = {
|
||||
url = "github:Aylur/ags/v1";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -100,18 +75,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
# helios = nixpkgs.lib.nixosSystem {
|
||||
# modules = [
|
||||
# ./hosts/helios/configuration.nix
|
||||
# # inputs.home-manager.nixosModules.default
|
||||
# chaotic.nixosModules.default
|
||||
# ];
|
||||
# };
|
||||
|
||||
theia = nixpkgs.lib.nixosSystem {
|
||||
modules = [./hosts/theia/configuration.nix disko.nixosModules.disko];
|
||||
};
|
||||
|
||||
epimetheus = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue