433 current 2024-04-19 17:31:43 24.05.20240419.193037d 6.8.6-zen1 *
This commit is contained in:
parent
b352b191dc
commit
9f38900605
6 changed files with 58 additions and 34 deletions
19
env/x11/default.nix
vendored
Normal file
19
env/x11/default.nix
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{pkgs, ...}: {
|
||||
environment.etc."greetd/environments".text = ''
|
||||
bspwm
|
||||
Hyprland
|
||||
'';
|
||||
|
||||
services = {
|
||||
greetd = {
|
||||
enable = true;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "bspwm";
|
||||
user = "zack";
|
||||
};
|
||||
default_session = initial_session;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue