Fix hostname and add tools to work-laptop
This commit is contained in:
parent
aa360b1a91
commit
765d94ccc1
2 changed files with 7 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
|||
mpc_cli
|
||||
pulsemixer
|
||||
feh
|
||||
xorg.xbacklight
|
||||
xorg.xinit
|
||||
xorg.xwininfo
|
||||
xorg.xkill
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking = {
|
||||
hostName = "thebeast";
|
||||
hostName = "froidmpa-linux";
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
|
|
@ -35,9 +35,14 @@
|
|||
services.openssh.enable = true;
|
||||
services.openssh.permitRootLogin = "yes";
|
||||
|
||||
services.blueman.enable = true;
|
||||
|
||||
home-manager.users.froidmpa = {pkgs, config, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
slack-dark
|
||||
];
|
||||
services.network-manager-applet.enable = true;
|
||||
services.blueman-applet.enable = true;
|
||||
};
|
||||
# Enable touchpad support.
|
||||
services.xserver.libinput.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue