mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -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
|
brightnessctl
|
||||||
butane
|
butane
|
||||||
cilium-cli
|
cilium-cli
|
||||||
|
displaylink
|
||||||
gnome.gnome-tweaks
|
gnome.gnome-tweaks
|
||||||
gnome.nautilus
|
gnome.nautilus
|
||||||
gnomeExtensions.dash-to-panel
|
gnomeExtensions.dash-to-panel
|
||||||
|
|
@ -65,6 +66,7 @@
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
|
useNetworkd = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
@ -157,6 +159,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
users.extraGroups.vboxusers.members = [ "${username}" ];
|
users.extraGroups.vboxusers.members = [ "${username}" ];
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.${username} = {
|
users.users.${username} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue