mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
networkd and displaylink
This commit is contained in:
parent
38046556b4
commit
ef3cb850e9
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
brightnessctl
|
||||
butane
|
||||
cilium-cli
|
||||
displaylink
|
||||
gnome.gnome-tweaks
|
||||
gnome.nautilus
|
||||
gnomeExtensions.dash-to-panel
|
||||
|
|
@ -65,6 +66,7 @@
|
|||
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
useNetworkd = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
@ -157,6 +159,7 @@
|
|||
};
|
||||
|
||||
users.extraGroups.vboxusers.members = [ "${username}" ];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.${username} = {
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue