more incomprehensible changes :)
This commit is contained in:
parent
c4449191dd
commit
2a0373dc73
14 changed files with 1267 additions and 47 deletions
18
flake.nix
18
flake.nix
|
|
@ -13,9 +13,21 @@
|
|||
url = "github:Gerg-L/spicetify-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
#stylix.url = "github:danth/stylix";
|
||||
|
||||
nixcord = {
|
||||
url = "github:kaylorben/nixcord";
|
||||
};
|
||||
|
||||
grub2-themes = {
|
||||
url = "github:vinceliuice/grub2-themes";
|
||||
};
|
||||
|
||||
# is this necessary? (aren't I enabling it in `configuration.nix` anyways?)
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
|
||||
swww.url = "github:LGFae/swww";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -23,11 +35,12 @@
|
|||
nixpkgs,
|
||||
home-manager,
|
||||
hyprland,
|
||||
grub2-themes,
|
||||
#stylix,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
#system = pkgs.stdenv.hostPlatform.system;
|
||||
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
|
|
@ -48,7 +61,8 @@
|
|||
|
||||
modules = [
|
||||
./hosts/myputer
|
||||
#home-manager.nixosModules.default
|
||||
grub2-themes.nixosModules.default
|
||||
#stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue