update
skwd (not working properly)
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# Day to Day
|
||||
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
|
||||
spicetify-nix.url = "github:Gerg-L/spicetify-nix"; #spotify client
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
|
||||
skwd-wall.url = "github:liixini/skwd-wall"; #wallpaper selector
|
||||
};
|
||||
|
||||
outputs = {
|
||||
@@ -23,6 +24,7 @@
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
nix-flatpak,
|
||||
skwd-wall,
|
||||
...
|
||||
} @ inputs: let
|
||||
# Supported systems for your flake packages, shell, etc.
|
||||
@@ -59,9 +61,8 @@
|
||||
WarNix = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
# declarative flatpak
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
# > Our main nixos configuration file <
|
||||
skwd-wall.nixosModules.default
|
||||
./nixos/configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user