Skip to content

Commit 2a3554a

Browse files
committed
Fix build error
1 parent ecc0b01 commit 2a3554a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nixos
1+
# My NixOS Flake
22

33
<div align="center">
44
<img src="https://img.shields.io/badge/Uses-Flake-4c72bb?style=for-the-badge&logo=nixos" alt="Nix" />

home/desktop/desktop/default.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
inputs,
32
pkgs,
43
...
54
}:
@@ -11,8 +10,6 @@
1110
./hyprland.nix
1211
./wallpaper.nix
1312
./waybar.nix
14-
15-
inputs.walker.homeManagerModules.default
1613
];
1714

1815
# quick access
@@ -21,10 +18,6 @@
2118
package = pkgs.rofi-wayland;
2219
};
2320

24-
programs.walker = {
25-
enable = true;
26-
};
27-
2821
# notifications
2922
services.swaync = {
3023
enable = true;

0 commit comments

Comments
 (0)