rebuild
This commit is contained in:
@@ -7,15 +7,8 @@
|
||||
# Hostname
|
||||
networking.hostName = "eliasDesktop";
|
||||
|
||||
systemd.user.services.autorandr = {
|
||||
description = "autorandr profile loader";
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = "yes";
|
||||
};
|
||||
script = ''
|
||||
${pkgs.autorandr}/bin/autorandr --change --default desktop-dual
|
||||
'';
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome.networkmanager-vpnc
|
||||
networkmanagerapplet
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user