various stuff
This commit is contained in:
parent
407160b012
commit
6b44ec946b
15 changed files with 288 additions and 134 deletions
|
@ -2,6 +2,8 @@
|
|||
{
|
||||
imports = [ ./hardware.nix ];
|
||||
|
||||
user.name = "chris";
|
||||
|
||||
fileSystems."/home/chris/games" = {
|
||||
device = "/dev/disk/by-label/games";
|
||||
fsType = "ext4";
|
||||
|
@ -52,7 +54,7 @@
|
|||
};
|
||||
|
||||
editors = {
|
||||
default = "nano";
|
||||
default = "zed";
|
||||
vscodium.enable = true;
|
||||
zed.enable = true;
|
||||
nvim.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue