mount
This commit is contained in:
parent
22e1f50083
commit
6da6530ba8
3 changed files with 23 additions and 6 deletions
19
home/lilith/graphic.nix
Normal file
19
home/lilith/graphic.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
{ systemConfig, lib, ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./stylix.nix
|
||||||
|
./hyprland
|
||||||
|
./rofi.nix
|
||||||
|
./dunst.nix
|
||||||
|
./hyprpanel.nix
|
||||||
|
|
||||||
|
./firefox
|
||||||
|
./alacritty.nix
|
||||||
|
./clipman.nix
|
||||||
|
./input.nix
|
||||||
|
|
||||||
|
./playerctld.nix
|
||||||
|
./thunderbird.nix
|
||||||
|
./messaging.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
@ -47,6 +47,7 @@
|
||||||
++ lib.optionals config.gaming.enable [
|
++ lib.optionals config.gaming.enable [
|
||||||
".config/unity3d/Team Cherry"
|
".config/unity3d/Team Cherry"
|
||||||
".config/EgoSoft"
|
".config/EgoSoft"
|
||||||
|
".local/share/Paradox Interactive"
|
||||||
];
|
];
|
||||||
files = [ ];
|
files = [ ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -21,15 +21,12 @@
|
||||||
|
|
||||||
services.greetd = {
|
services.greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = rec {
|
||||||
default_session = {
|
default_session = {
|
||||||
user = "lilith";
|
user = "lilith";
|
||||||
command = "Hyprland";
|
command = "start-hyprland";
|
||||||
};
|
|
||||||
initial_session = {
|
|
||||||
user = "lilith";
|
|
||||||
command = "Hyprland";
|
|
||||||
};
|
};
|
||||||
|
initial_session = default_session;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue