Added system to traveldroid/top.nix and removed hardware.nix from the
same
This commit is contained in:
@@ -1,11 +1,20 @@
|
|||||||
{ config, pkgs, lib, user, inputs, ... }:
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
user,
|
||||||
|
inputs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
# Import all other configurations
|
# Import all other configurations
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
# Minimal settings that must be defined here
|
|
||||||
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
|
system = "x86_64-linux"; # Define the system explicitly
|
||||||
|
wm.type = "hyprland"; # Define the window manager type here, mangowc will be made possible in the nerar future.
|
||||||
|
# In generated/top.nix the chpice fopr a window manager will be effectuated
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user