New top.nix
This commit is contained in:
@@ -12,13 +12,17 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
options.wm = lib.mkOption {
|
options = {
|
||||||
|
wm = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "hyprland";
|
default = "hyprland";
|
||||||
description = "Type of window manager to use";
|
description = "Type of window manager to use";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Minimal settings that must be defined here
|
config = {
|
||||||
networking.hostName = "traveldroid";
|
# Minimal settings that must be defined here
|
||||||
wm.type = "hyprland"; # Define the window manager type here, mangowc will be made possible in the nerar future.
|
networking.hostName = "traveldroid";
|
||||||
# In generated/top.nix the chpice fopr a window manager will be effectuated
|
wm.type = "hyprland"; # Define the window manager type here, mangowc will be made possible in the near future.
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user