swww use nixpkgs not flake dependency
This commit is contained in:
parent
999be39b36
commit
2d529a46d5
3 changed files with 2 additions and 4 deletions
|
|
@ -19,8 +19,6 @@
|
||||||
# is this necessary? (aren't I enabling it in `configuration.nix` anyways?)
|
# is this necessary? (aren't I enabling it in `configuration.nix` anyways?)
|
||||||
hyprland.url = "github:hyprwm/Hyprland";
|
hyprland.url = "github:hyprwm/Hyprland";
|
||||||
|
|
||||||
swww.url = "github:LGFae/swww";
|
|
||||||
|
|
||||||
ags.url = "github:Aylur/ags";
|
ags.url = "github:Aylur/ags";
|
||||||
|
|
||||||
colmena.url = "github:zhaofengli/colmena/?rev=47b6414d800c8471e98ca072bc0835345741a56a";
|
colmena.url = "github:zhaofengli/colmena/?rev=47b6414d800c8471e98ca072bc0835345741a56a";
|
||||||
|
|
|
||||||
|
|
@ -210,7 +210,7 @@ in {
|
||||||
# ---- SYSTEM PACKAGES -----
|
# ---- SYSTEM PACKAGES -----
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# User Environment
|
# User Environment
|
||||||
inputs.swww.packages.${pkgs.system}.swww
|
swww
|
||||||
helvum
|
helvum
|
||||||
easyeffects
|
easyeffects
|
||||||
ani-cli
|
ani-cli
|
||||||
|
|
|
||||||
|
|
@ -191,7 +191,7 @@ in {
|
||||||
# ---- SYSTEM PACKAGES -----
|
# ---- SYSTEM PACKAGES -----
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# User Environment
|
# User Environment
|
||||||
inputs.swww.packages.${pkgs.system}.swww
|
swww
|
||||||
helvum
|
helvum
|
||||||
easyeffects
|
easyeffects
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue