Add flight back. It will be my laptop for my Club
This commit is contained in:
parent
9eaddef14e
commit
c35f717231
9 changed files with 146 additions and 0 deletions
7
hosts/flight/user/default.nix
Normal file
7
hosts/flight/user/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
home-manager.users."${config.vars.mainUser}" = {
|
||||
home.guifull.enable = true;
|
||||
wayland.windowManager.sway.extraSessionCommands = lib.mkForce "";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue