Major update to handle multiple systems
This commit is contained in:
20
hosts/ori/home.nix
Normal file
20
hosts/ori/home.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
|
||||
userSettings = {
|
||||
# setup
|
||||
shell = {
|
||||
enable = true;
|
||||
apps.enable = true;
|
||||
};
|
||||
xdg.enable = true;
|
||||
|
||||
# programs
|
||||
ranger.enable = true;
|
||||
git.enable = true;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user