add xivlauncher/games
This commit is contained in:
parent
e5f8a2d975
commit
0c58e9cc82
2 changed files with 6 additions and 0 deletions
5
home/desktop/games/default.nix
Normal file
5
home/desktop/games/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
xivlauncher
|
||||||
|
];
|
||||||
|
}
|
|
@ -3,6 +3,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./global.nix
|
./global.nix
|
||||||
./desktop/hyprland
|
./desktop/hyprland
|
||||||
|
./desktop/games
|
||||||
];
|
];
|
||||||
|
|
||||||
# ---------- ------
|
# ---------- ------
|
||||||
|
|
Loading…
Add table
Reference in a new issue