Add eww and SSH

This commit is contained in:
langedev 2023-11-20 10:28:36 -08:00
parent 3fad5809b9
commit 7f324958a5
24 changed files with 309 additions and 16 deletions

View file

@ -6,17 +6,19 @@
home.homeDirectory = "/home/pan";
imports = [
./programs/xdg
./programs/hypr
./programs/dunst
./programs/git
./programs/alacritty
./programs/pywal
./programs/dunst
./programs/eww
./programs/fish
./programs/nnn
./programs/rofi
./programs/nvim
./programs/git
./programs/hypr
./programs/mpv
./programs/nnn
./programs/nvim
./programs/pywal
./programs/rofi
./programs/ssh
./programs/xdg
];
home.packages = with pkgs; [
@ -28,16 +30,12 @@
wget # Download web stuff
feh # Image viewer
appimage-run # Lets you run app images
# Development stuff, can be removed
zathura # PDF viewer
ani-cli # Easy anime player
# Development stuff
nodejs # For compiling JS stuff
jq # May be critical for scripts?
# Check if want settings?
zathura # PDF viewer
# Expand into other areas
sshfs # SSH File system (SSH)
eww-wayland # eww widgets (EWW)
];
# home.file = {};