mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
nix fmt
This commit is contained in:
parent
f8aa3388c0
commit
effbbb725d
|
@ -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;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
};
|
||||
|
||||
config = lib.mkIf config.alyraffauf.desktop.hyprland.enable {
|
||||
alyraffauf.desktop.waylandComp.enable = true;
|
||||
alyraffauf.desktop.waylandComp.enable = true;
|
||||
|
||||
programs = {
|
||||
hyprland = {
|
||||
|
|
Loading…
Reference in a new issue