mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nix): pi4
This commit is contained in:
parent
4856534f29
commit
844c0d655e
3 changed files with 93 additions and 2 deletions
32
nix/home/leana@pi4/default.nix
Normal file
32
nix/home/leana@pi4/default.nix
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{ pkgs, unstable, ... }: {
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [ ./dev.nix ];
|
||||
|
||||
home = {
|
||||
username = "leana";
|
||||
homeDirectory = "/home/leana";
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# shell and script dependencies
|
||||
fish
|
||||
figlet
|
||||
gnused
|
||||
starship
|
||||
stow
|
||||
ripgrep
|
||||
fd
|
||||
fzf
|
||||
vivid
|
||||
gcc
|
||||
|
||||
# utils
|
||||
btop
|
||||
tree
|
||||
rsync
|
||||
tldr
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue