mirror of
https://github.com/blahai/nyx.git
synced 2025-06-07 20:23:02 -04:00
Nyx: disable gnome and fix stuff
This commit is contained in:
parent
c72de39530
commit
ccfd346b27
3 changed files with 53 additions and 37 deletions
31
flake.nix
31
flake.nix
|
@ -8,7 +8,7 @@
|
|||
"https://hyprland.cachix.org/"
|
||||
"https://anyrun.cachix.org"
|
||||
"https://wezterm.cachix.org"
|
||||
"https://hydra.nixos.org/"
|
||||
"https://hydra.nixos.org/"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
|
@ -16,7 +16,7 @@
|
|||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
|
||||
"wezterm.cachix.org-1:kAbhjYUC9qvblTE+s7S+kl5XM1zVa4skO+E/1IDWdH0="
|
||||
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
|
||||
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
|
||||
];
|
||||
|
||||
auto-optimise-store = true;
|
||||
|
@ -28,7 +28,8 @@
|
|||
nur.url = "github:nix-community/NUR";
|
||||
|
||||
lix-module = {
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz";
|
||||
url =
|
||||
"https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
@ -37,16 +38,16 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
matugen.url = "github:InioX/matugen?ref=v2.2.0";
|
||||
matugen.url = "github:InioX/matugen";
|
||||
|
||||
spicetify-nix = {
|
||||
url = "github:Gerg-L/spicetify-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
disko = {
|
||||
disko = {
|
||||
url = "github:nix-community/disko/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
sops-nix = {
|
||||
|
@ -69,15 +70,15 @@
|
|||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, chaotic, nur, home-manager, lix-module, disko, ... }@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
outputs = { self, nixpkgs, chaotic, nur, home-manager, lix-module, disko, ...
|
||||
}@inputs:
|
||||
let system = "x86_64-linux";
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
nyx = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
lix-module.nixosModules.default
|
||||
# lix-module.nixosModules.default
|
||||
./hosts/nyx/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
chaotic.nixosModules.default
|
||||
|
@ -93,16 +94,12 @@
|
|||
# };
|
||||
|
||||
theia = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
./hosts/theia/configuration.nix
|
||||
disko.nixosModules.disko
|
||||
];
|
||||
modules =
|
||||
[ ./hosts/theia/configuration.nix disko.nixosModules.disko ];
|
||||
};
|
||||
|
||||
epimetheus = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
./hosts/epimetheus/configuration.nix
|
||||
];
|
||||
modules = [ ./hosts/epimetheus/configuration.nix ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue