Skip to content

Commit c04cc52

Browse files
committed
chore: general update
1 parent cb706ca commit c04cc52

File tree

6 files changed

+113
-90
lines changed

6 files changed

+113
-90
lines changed

config/eww/eww.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ button {
4444

4545
// Reset systray item menu checkboxes.
4646
& menu * {
47-
min-width: 1.25em;
47+
min-width: 16px;
4848
}
4949

5050
&:hover {

configuration.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
substituters = [
1313
"https://hyprland.cachix.org"
1414
"https://anyrun.cachix.org"
15+
"https://nix-community.cachix.org"
1516
];
1617
trusted-public-keys = [
1718
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="

flake.lock

Lines changed: 109 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
emacs-overlay.url = "github:nix-community/emacs-overlay";
1515
nix-colors.url = "github:misterio77/nix-colors";
1616
anyrun.url = "github:Kirottu/anyrun";
17-
# FIXME: Once PR merged, revert to normal.
18-
eww.url = "github:zeapoz/eww/systray/hover-attribute";
17+
eww.url = "github:elkowar/eww";
1918
eww-scripts.url = "github:zeapoz/eww-scripts";
2019
};
2120

modules/editors/neovim.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ in {
2020
programs = {
2121
neovim = {
2222
enable = true;
23-
package = pkgs.neovim-nightly;
2423
withNodeJs = true;
2524
};
2625

0 commit comments

Comments
 (0)