tentatively support 20.03
This commit is contained in:
parent
5ca0dafa27
commit
544335688e
5 changed files with 5 additions and 5 deletions
|
@ -40,7 +40,6 @@
|
|||
../gfx-intel.nix
|
||||
../zerotier.nix
|
||||
../i3/system.nix
|
||||
../virtualbox.nix
|
||||
];
|
||||
|
||||
nix.maxJobs = 2;
|
||||
|
|
|
@ -63,6 +63,6 @@ in
|
|||
};
|
||||
|
||||
system = {
|
||||
stateVersion = "19.09";
|
||||
stateVersion = "20.03";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
colord.enable = true;
|
||||
autorandr.enable = true;
|
||||
xserver.windowManager.i3.enable = true;
|
||||
xserver.windowManager.i3.package = pkgs.i3-gaps;
|
||||
xserver.displayManager.sddm = {
|
||||
enable = true;
|
||||
enableHidpi = true;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
scrolling = {
|
||||
history = 32000;
|
||||
multiplier = 3;
|
||||
faux_multiplier = 3;
|
||||
auto_scroll = false;
|
||||
};
|
||||
|
||||
|
|
|
@ -26,8 +26,8 @@ cp -v "$DIR/keeweb.desktop" ~/.local/share/applications/
|
|||
ln -vfs "$DIR/tools" ~/
|
||||
echo "all links done"
|
||||
|
||||
sudo nix-channel --add https://nixos.org/channels/nixos-19.09-small nixos
|
||||
nix-channel --add https://github.com/rycee/home-manager/archive/release-19.09.tar.gz home-manager
|
||||
sudo nix-channel --add https://nixos.org/channels/nixos-20.03 nixos
|
||||
nix-channel --add https://github.com/rycee/home-manager/archive/release-20.03.tar.gz home-manager
|
||||
nix-channel --update
|
||||
nix-shell '<home-manager>' -A install
|
||||
|
||||
|
|
Loading…
Reference in a new issue