xorg
This commit is contained in:
parent
707411f07e
commit
be11c36cb7
1 changed files with 6 additions and 1 deletions
7
blix.nix
7
blix.nix
|
@ -48,6 +48,11 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
||||||
};
|
};
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
|
services.xserver.enable = true;
|
||||||
|
services.xserver.desktopManager.mate.enable = true;
|
||||||
|
services.xserver.displayManager.autoLogin.enable = true;
|
||||||
|
services.xserver.displayManager.autoLogin.user = "u";
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget vim tmux gnupg ncdu mosh
|
wget vim tmux gnupg ncdu mosh
|
||||||
|
@ -61,7 +66,7 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
||||||
gnirehtet # reverse android tethering
|
gnirehtet # reverse android tethering
|
||||||
|
|
||||||
# research
|
# research
|
||||||
theharvester
|
theharvester tor
|
||||||
|
|
||||||
# disk analysis
|
# disk analysis
|
||||||
testdisk squashfs-tools-ng ddrescue volatility
|
testdisk squashfs-tools-ng ddrescue volatility
|
||||||
|
|
Loading…
Reference in a new issue