Pr/bump #45

Merged
steveej merged 8 commits from pr/bump into master 2020-05-27 14:58:30 +00:00
2 changed files with 5 additions and 5 deletions

View file

@ -283,7 +283,7 @@ in {
enable = true;
windowManager.command = "${pkgs.qtile}/bin/qtile -c ${qtileConfig}";
initExtra = ''
${pkgs.xinput}/bin/xinput set-prop "ErgoDox EZ ErgoDox EZ Mouse" "libinput Natural Scrolling Enabled"
${pkgs.xorg.xinput}/bin/xinput set-prop "ErgoDox EZ ErgoDox EZ Mouse" "libinput Natural Scrolling Enabled"
${pkgs.autorandr}/bin/autorandr -c
${pkgs.feh}/bin/feh --bg-scale ${pkgs.nixos-artwork.wallpapers.simple-blue}/share/artwork/gnome/nix-wallpaper-simple-blue.png
'';

View file

@ -1,20 +1,20 @@
{
channelsNixosStable = {
ref = "nixos-20.03";
rev = "dbacfa172f9a6399f180bcd0aef7998fdec0d55a";
rev = "48723f48ab92381f0afd50143f38e45cf3080405";
};
channelsNixosUnstable = {
ref = "nixos-unstable";
rev = "82b54d490663b6d87b7b34b9cfc0985df8b49c7d";
rev = "0f5ce2fac0c726036ca69a5524c59a49e2973dd4";
};
nixpkgsMaster = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "a1bcb3a83ffdd3b50063a24e6d490c69455268ee";
rev = "7fe32a614abfd6d6afacb27d8e7c99fb6f9e41b7";
};
homeManagerModule = {
url = "https://github.com/rycee/home-manager";
ref = "release-19.09";
rev = "0d1ca254d0f213a118459c5be8ae465018132f74";
rev = "b78b5fa4a073dfcdabdf0deb9a8cfd56050113be";
};
}