adding basic window manager stuff
and vscodium
This commit is contained in:
parent
cc7fd013b0
commit
e0a6580e64
7 changed files with 119 additions and 0 deletions
12
marty-latitude.nix
Normal file
12
marty-latitude.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
networking = {
|
||||
hostName = "marty-latitude";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue