nix fmt; new screen
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
3a274432ec
commit
09830852e9
6 changed files with 56 additions and 53 deletions
BIN
doc/screen.png
BIN
doc/screen.png
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 3.2 MiB |
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{...}: {
|
||||
gtk = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
{lib,config,...}: {
|
||||
programs = if (config.home.gui.sessionType == "Hyprland") then {
|
||||
{config, ...}: {
|
||||
programs =
|
||||
if (config.home.gui.sessionType == "Hyprland")
|
||||
then {
|
||||
noctalia-shell = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -51,5 +53,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
} else {};
|
||||
}
|
||||
else {};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue