forgor to stage changes
but git management in vscodium do be fire ngl
This commit is contained in:
parent
3d09e64139
commit
db5366102b
8 changed files with 22 additions and 37 deletions
|
|
@ -5,23 +5,14 @@
|
|||
...
|
||||
}:
|
||||
|
||||
let
|
||||
enable_hyprland =
|
||||
if config.networking.hostName == "marty-pc"
|
||||
then true
|
||||
else if config.networking.hostName == "marty-latitude"
|
||||
then true
|
||||
else false;
|
||||
in
|
||||
|
||||
{
|
||||
programs = {
|
||||
hyprland = {
|
||||
enable = enable_hyprland;
|
||||
xwayland.enable = enable_hyprland;
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
hyprlock = {
|
||||
enable = enable_hyprland;
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue