Moved files
This commit is contained in:
parent
f0f251c814
commit
d8f3613304
12 changed files with 191 additions and 741 deletions
109
config/home.nix
109
config/home.nix
|
@ -11,14 +11,7 @@
|
|||
{
|
||||
imports = [
|
||||
../shared/dwm.nix
|
||||
../shared/vscode.nix
|
||||
# ../shared/dmenu.nix
|
||||
# ../shared/rofi.nix
|
||||
# ../shared/mpv.nix
|
||||
../shared/kitty.nix
|
||||
../shared/alacritty.nix
|
||||
../shared/tmux.nix
|
||||
../shared/vim.nix
|
||||
../shared/fish.nix
|
||||
../shared/git.nix
|
||||
../shared/nixpkgs.nix
|
||||
|
@ -38,108 +31,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# System
|
||||
xsel
|
||||
unzip
|
||||
zip
|
||||
wget
|
||||
alsa-utils
|
||||
upower
|
||||
gcc
|
||||
gnumake
|
||||
cmake
|
||||
arion
|
||||
htop
|
||||
pavucontrol
|
||||
procps
|
||||
openssh
|
||||
networkmanager
|
||||
fd
|
||||
bat
|
||||
bluez
|
||||
bluez-tools
|
||||
# tmux
|
||||
fzf
|
||||
eza
|
||||
btop
|
||||
thttpd
|
||||
xcolor
|
||||
openssl
|
||||
dig
|
||||
jq
|
||||
wireguard-tools
|
||||
acpi
|
||||
light
|
||||
# dmenu-rs-enable-plugins
|
||||
|
||||
# Dev
|
||||
argocd
|
||||
gh
|
||||
ngrok
|
||||
tailwindcss
|
||||
yarn
|
||||
plantuml
|
||||
go
|
||||
templ
|
||||
goa
|
||||
prettierd
|
||||
|
||||
#Tools
|
||||
qrencode
|
||||
air
|
||||
unstable.k9s
|
||||
git
|
||||
lazydocker
|
||||
kubectl
|
||||
|
||||
# UI
|
||||
pastel
|
||||
imagemagick
|
||||
|
||||
#VPN
|
||||
openvpn
|
||||
networkmanagerapplet
|
||||
networkmanager-l2tp
|
||||
strongswan
|
||||
networkmanager_strongswan
|
||||
|
||||
# Display
|
||||
scrot
|
||||
xbanish
|
||||
feh
|
||||
brightnessctl
|
||||
dunst
|
||||
|
||||
# Documents
|
||||
ripgrep
|
||||
grc
|
||||
texliveFull
|
||||
pandoc
|
||||
poppler_utils
|
||||
|
||||
#Desktop
|
||||
unstable.feishin
|
||||
libreoffice
|
||||
unstable.signal-desktop
|
||||
pinta
|
||||
zathura
|
||||
vial
|
||||
thunderbird
|
||||
alacritty
|
||||
fastfetch
|
||||
lazygit
|
||||
byzanz
|
||||
remmina
|
||||
obsidian
|
||||
|
||||
# Utils
|
||||
speedcrunch
|
||||
|
||||
#Unfree
|
||||
discord
|
||||
slack
|
||||
];
|
||||
programs.home-manager.enable = true;
|
||||
programs.fish.enable = true;
|
||||
programs.man.generateCaches = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue