home: amneesh: move ubuntu->arch and use existing config
Signed-off-by: Amneesh Singh <amneesh@ti.com>
This commit is contained in:
@@ -9,16 +9,25 @@
|
||||
homeDirectory = "/home/amneesh";
|
||||
username = "amneesh";
|
||||
stateVersion = "24.05";
|
||||
|
||||
packages = with pkgs; [
|
||||
htop
|
||||
nattovim
|
||||
clang-tools
|
||||
llvmPackages.clang
|
||||
];
|
||||
};
|
||||
|
||||
xdg.mime.enable = true;
|
||||
targets.genericLinux.enable = true;
|
||||
programs.bash.enable = true;
|
||||
|
||||
imports = [
|
||||
./pkgs.nix
|
||||
|
||||
# From personal
|
||||
../natto/ags
|
||||
../natto/emacs.nix
|
||||
../natto/browser.nix
|
||||
../natto/dunst.nix
|
||||
../natto/gtk.nix
|
||||
../natto/cursor.nix
|
||||
|
||||
# When wayland
|
||||
../natto/wayland.nix
|
||||
../natto/hyprland.nix
|
||||
../natto/tofi.nix
|
||||
../natto/foot.nix
|
||||
];
|
||||
}
|
||||
|
17
home/amneesh/pkgs.nix
Normal file
17
home/amneesh/pkgs.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
xdg.mime.enable = true;
|
||||
programs.bash.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
htop
|
||||
clang-tools
|
||||
llvmPackages.clang
|
||||
(nattovim.override { nvimPackage = inputs.nvim-overlay.packages.${pkgs.system}.neovim; })
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user