removing old dirs
This commit is contained in:
parent
712441876c
commit
e847fae0b1
2 changed files with 0 additions and 23 deletions
|
|
@ -1,3 +0,0 @@
|
||||||
{ allowUnfree = true;
|
|
||||||
permittedInsecurePackages = [ "electron-18.1.0" ];
|
|
||||||
}
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
{ config, pkgs, callPackage, ... }:
|
|
||||||
{
|
|
||||||
|
|
||||||
users.users.vicky = {
|
|
||||||
isNormalUser = true;
|
|
||||||
description = "Vicky Harper";
|
|
||||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "video" "mlocate" ];
|
|
||||||
openssh.authorizedKeys.keys = [
|
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINd8AdVbQQ/Fmw+b9mI8EMYqIoRkwmSwAOtmlte3incL don@loki"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
services.xserver = {
|
|
||||||
enable = true;
|
|
||||||
desktopManager = {
|
|
||||||
xterm.enable = false;
|
|
||||||
xfce.enable = true;
|
|
||||||
};
|
|
||||||
displayManager.defaultSession = "xfce";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue