mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:13:55 -05:00
mauville: added backblaze-b2 cli utilit
This commit is contained in:
parent
1d03645008
commit
7951bcdc61
|
@ -34,6 +34,8 @@
|
||||||
hardware.opengl.extraPackages32 = with pkgs; [
|
hardware.opengl.extraPackages32 = with pkgs; [
|
||||||
driversi686Linux.amdvlk
|
driversi686Linux.amdvlk
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = [ backblaze-b2 ];
|
||||||
|
|
||||||
# Removed because it defaults the session to X11 instead of Wayland
|
# Removed because it defaults the session to X11 instead of Wayland
|
||||||
# services.xserver.displayManager.autoLogin.enable = true;
|
# services.xserver.displayManager.autoLogin.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue