tree-wide: update url to the repo

This commit is contained in:
zimbatm 2020-10-19 21:20:37 +02:00 committed by Robert Helgesson
parent 1c4ced745c
commit 014d8deb60
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
16 changed files with 28 additions and 28 deletions

View file

@ -68,7 +68,7 @@ in {
nmt.description = ''
Test for the broken configuration
https://github.com/rycee/home-manager/pull/1329#issuecomment-653253069
https://github.com/nix-community/home-manager/pull/1329#issuecomment-653253069
'';
nmt.script = ''
assertPathNotExists home-files/.config/waybar/style.css

View file

@ -3,6 +3,6 @@
./systemd-with-graphical-session-target.nix;
waybar-styling = ./styling.nix;
waybar-settings-complex = ./settings-complex.nix;
# Broken configuration from https://github.com/rycee/home-manager/pull/1329#issuecomment-653253069
# Broken configuration from https://github.com/nix-community/home-manager/pull/1329#issuecomment-653253069
waybar-broken-settings = ./broken-settings.nix;
}