fixed formatting
This commit is contained in:
parent
7ec36e8a2b
commit
d8dd32193d
15 changed files with 167 additions and 76 deletions
|
|
@ -1,19 +1,19 @@
|
|||
{ config, pkgs, ...}:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../all-modules.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
imports = [
|
||||
../../all-modules.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
users.users.riley = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel"];
|
||||
};
|
||||
users.users.riley = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
||||
networking.hostName = "vm";
|
||||
|
||||
modules.graphical = {
|
||||
modules.graphical = {
|
||||
enable = true;
|
||||
waybar = true;
|
||||
quickshell = true;
|
||||
|
|
@ -21,5 +21,5 @@
|
|||
|
||||
modules.yazi.enable = true;
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue