base: add existing config
This commit is contained in:
commit
0c2d3b2e78
34 changed files with 437 additions and 0 deletions
20
home-manager/packages/packages.nix
Normal file
20
home-manager/packages/packages.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./zsh.nix
|
||||
./git.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
rustup
|
||||
hyfetch
|
||||
nix-output-monitor
|
||||
alvr
|
||||
firefox
|
||||
tree
|
||||
vesktop
|
||||
kitty
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue