Skip to content

Instantly share code, notes, and snippets.

@aszlig

aszlig/qtile.nix Secret

Created August 6, 2018 03:05
Show Gist options
  • Save aszlig/fe8bf292b5743e9e45e6c32a65fb4244 to your computer and use it in GitHub Desktop.
Save aszlig/fe8bf292b5743e9e45e6c32a65fb4244 to your computer and use it in GitHub Desktop.
(import <nixpkgs/nixos> {
configuration = {
users.users.foo.initialPassword = "aaa";
users.users.foo.isNormalUser = true;
users.users.root.initialPassword = "foo";
services.xserver.enable = true;
services.xserver.layout = "dvorak";
services.xserver.windowManager.qtile.enable = true;
services.xserver.desktopManager.xterm.enable = false;
services.xserver.desktopManager.xfce = {
enable = true;
enableXfwm = false;
noDesktop = true;
};
};
}).vm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment