Different host configuration
This commit is contained in:
parent
7ac8d51e85
commit
aaab392a0b
13 changed files with 153 additions and 14 deletions
50
hosts/lars/dyonisos/programs.nix
Normal file
50
hosts/lars/dyonisos/programs.nix
Normal file
|
@ -0,0 +1,50 @@
|
|||
{ config, inputs, pkgs, ... }:
|
||||
let
|
||||
username = config.myOptions.other.system.username;
|
||||
in {
|
||||
home-manager.users.${username} = {
|
||||
home.packages = let
|
||||
fenix = inputs.fenix.packages.${pkgs.system};
|
||||
|
||||
in with pkgs; [
|
||||
neofetch
|
||||
git
|
||||
trash-cli
|
||||
element-desktop
|
||||
steam
|
||||
libreoffice-fresh
|
||||
ventoy-full
|
||||
lazygit
|
||||
# obsidian
|
||||
neofetch
|
||||
zip
|
||||
vlc
|
||||
zathura
|
||||
alacritty
|
||||
unzip
|
||||
gcc
|
||||
bibata-cursors
|
||||
networkmanagerapplet
|
||||
xclip
|
||||
pamixer
|
||||
pcmanfm
|
||||
ffmpeg_6-full
|
||||
(fenix.complete.withComponents [
|
||||
"cargo"
|
||||
"clippy"
|
||||
"rust-src"
|
||||
"rustc"
|
||||
"rustfmt"
|
||||
])
|
||||
polkit
|
||||
fastfetch
|
||||
alsa-utils
|
||||
gdb
|
||||
tree
|
||||
smartmontools
|
||||
python3
|
||||
rustdesk
|
||||
neovim
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue