Skip to content

Commit

Permalink
use unstable eww instead of git version
Browse files Browse the repository at this point in the history
  • Loading branch information
number5 committed Nov 17, 2024
1 parent d0c2144 commit 4548020
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 99 deletions.
102 changes: 13 additions & 89 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};

# eww
rust-overlay.url = "github:oxalica/rust-overlay";
eww = {
url = "github:elkowar/eww";
inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-overlay.follows = "rust-overlay";
};

disko = {
url = "github:nix-community/disko";
Expand Down
3 changes: 1 addition & 2 deletions home/modules/wayland/eww/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
self,
eww,
...
}: {
pkgs,
Expand All @@ -18,7 +17,7 @@ in {

# eww package
home.packages = [
eww.packages.${pkgs.system}.eww
pkgs.eww
pkgs.pamixer
pkgs.brightnessctl
(pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];})
Expand Down
1 change: 0 additions & 1 deletion home/modules/wayland/hyprland/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
self,
eww,
nix-search,
...
}: {
Expand Down

0 comments on commit 4548020

Please sign in to comment.