Initial configuration
This commit is contained in:
commit
4802279787
28 changed files with 1890 additions and 0 deletions
21
system/vylpes-desktop/configuration.nix
Normal file
21
system/vylpes-desktop/configuration.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{pkgs, user, ...}: {
|
||||
|
||||
imports = [
|
||||
../shared.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostName = "vylpes-desktop";
|
||||
};
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
displayManager = {
|
||||
# FIXME: Add proper xranger script for my setup
|
||||
setupCommands = ''
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
2
system/vylpes-desktop/hardware-configuration.nix
Normal file
2
system/vylpes-desktop/hardware-configuration.nix
Normal file
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue