wtf
This commit is contained in:
parent
ed53e0aaf6
commit
388d225b03
2 changed files with 3 additions and 3 deletions
|
|
@ -9,10 +9,10 @@
|
||||||
|
|
||||||
outputs = { nixpkgs, nixos-hardware, nixpkgs-unstable, ... }:
|
outputs = { nixpkgs, nixos-hardware, nixpkgs-unstable, ... }:
|
||||||
let
|
let
|
||||||
system-x86 = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
overlay-unstable = final: prev: {
|
overlay-unstable = final: prev: {
|
||||||
unstable = import nixpkgs-unstable {
|
unstable = import nixpkgs-unstable {
|
||||||
inherit system-x86;
|
inherit system;
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
services.xserver.displayManager = {
|
services.xserver.displayManager = {
|
||||||
autoLogin.enable = true;
|
autoLogin.enable = true;
|
||||||
autoLogin.user = "tao";
|
autoLogin.user = "tao";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue