This commit is contained in:
Aly Raffauf 2024-05-26 03:43:18 -04:00
parent f8aa3388c0
commit effbbb725d
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@
# Install NixOS with the updated flake input and root settings
sudo nixos-install --no-root-password --root /mnt --flake $FLAKE_INPUT
'' ;
'';
nixosModules.default =
import ./nixosModules inputs;

View file

@ -11,7 +11,7 @@
};
config = lib.mkIf config.alyraffauf.desktop.hyprland.enable {
alyraffauf.desktop.waylandComp.enable = true;
alyraffauf.desktop.waylandComp.enable = true;
programs = {
hyprland = {