use niri in default specialisation
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
./gimp.nix
|
./gimp.nix
|
||||||
./gnome.nix
|
./gnome.nix
|
||||||
./hibernate.nix
|
./hibernate.nix
|
||||||
|
./niri.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
./thunderbird.nix
|
./thunderbird.nix
|
||||||
@@ -33,9 +34,18 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
specialisation = {
|
specialisation = {
|
||||||
hyprland.configuration = ./hyprland.nix;
|
hyprland.configuration =
|
||||||
niri.configuration = ./niri.nix;
|
{ ... }:
|
||||||
sway.configuration = ./sway.nix;
|
{
|
||||||
|
imports = [ ./hyprland.nix ];
|
||||||
|
disabledModules = [ ./niri.nix ];
|
||||||
|
};
|
||||||
|
sway.configuration =
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
imports = [ ./sway.nix ];
|
||||||
|
disabledModules = [ ./niri.nix ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Remote builds
|
# Remote builds
|
||||||
|
|||||||
Reference in New Issue
Block a user