home/amneesh: init
This commit is contained in:
21
home/amneesh.nix
Normal file
21
home/amneesh.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
home = {
|
||||
homeDirectory = "/home/amneesh";
|
||||
username = "amneesh";
|
||||
stateVersion = "24.05";
|
||||
|
||||
packages = with pkgs; [
|
||||
htop
|
||||
nattovim
|
||||
];
|
||||
};
|
||||
|
||||
imports = [
|
||||
./natto/emacs.nix
|
||||
];
|
||||
|
||||
xdg.mime.enable = true;
|
||||
targets.genericLinux.enable = true;
|
||||
programs.bash.enable = true;
|
||||
}
|
Reference in New Issue
Block a user