mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Add user "seb" to host "fern"
This commit is contained in:
parent
02cd2d5f03
commit
3484b1b140
4 changed files with 57 additions and 1 deletions
12
users/seb/@fern/home.nix
Normal file
12
users/seb/@fern/home.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
imports = [ ../home.nix ];
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
myConfig.de.theme = "light";
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"eDP-1,2880x1920@60,0x0,1"
|
||||
",preferred,auto,1,mirror,eDP-1"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue