mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Change the laptop hostname to seb-laptop
This commit is contained in:
parent
6bc1112c53
commit
dbd3c3ff19
7 changed files with 9 additions and 9 deletions
11
users/seb/@seb-laptop.nix
Normal file
11
users/seb/@seb-laptop.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{...}: {
|
||||
imports = [./default.nix];
|
||||
|
||||
home-manager.users.seb.myConfig.de.widget = {
|
||||
backlight = {
|
||||
enable = true;
|
||||
device = "amdgpu_bl1";
|
||||
};
|
||||
battery.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue