home | cleanup/refactor

This commit is contained in:
Don Harper 2023-01-08 21:44:55 -06:00
parent 521da359e9
commit a8585d61d0

View file

@ -8,92 +8,92 @@
home.homeDirectory = "/home/don";
home.stateVersion = "22.11";
home.packages = [
pkgs.acpi
pkgs.aspell
pkgs.authy
pkgs.bc
pkgs.bitwarden
pkgs.bitwarden-cli
pkgs.blueberry
pkgs.blueman
pkgs.cantarell-fonts
pkgs.darktable
pkgs.diff-so-fancy
pkgs.dmenu-wayland
pkgs.element-desktop
pkgs.exiftool
pkgs.espeak-classic
pkgs.feh
pkgs.figlet
pkgs.file
pkgs.flameshot
pkgs.font-awesome
pkgs.fractal
pkgs.fuzzel
pkgs.fzf
pkgs.gnome.gnome-tweaks
pkgs.gnome.simple-scan
pkgs.gnumake
pkgs.gtop
pkgs.headset-charge-indicator
pkgs.headsetcontrol
pkgs.imagemagick
pkgs.imv
pkgs.isync
pkgs.jellyfin-media-player
pkgs.jq
pkgs.kanshi
pkgs.kdeconnect
pkgs.khal
pkgs.khard
pkgs.ktimer
pkgs.libreoffice-fresh-unwrapped
pkgs.libnotify
pkgs.links2
pkgs.lsb-release
pkgs.mairix
pkgs.mutt
pkgs.mutt-ics
pkgs.ncdu
pkgs.neovim-qt
pkgs.nerdfonts
pkgs.newsboat
pkgs.noto-fonts
pkgs.obsidian
pkgs.pandoc
pkgs.pasystray
pkgs.playerctl
pkgs.poweralertd
pkgs.powerline-fonts
pkgs.psmisc
pkgs.ranger
pkgs.rofi
pkgs.ruby
pkgs.signal-desktop
pkgs.slack
pkgs.source-code-pro
pkgs.statix
pkgs.sublime-music
pkgs.tasksh
pkgs.taskwarrior
pkgs.tdesktop
pkgs.terminus-nerdfont
pkgs.tetex
pkgs.timewarrior
pkgs.tmux-cssh
pkgs.topgrade
pkgs.ubuntu_font_family
pkgs.udiskie
pkgs.urlview
pkgs.vdirsyncer
pkgs.vifm-full
pkgs.vit
pkgs.wlsunset
pkgs.xdg-utils
pkgs.xfce.thunar
pkgs.yt-dlp
pkgs.zathura
home.packages = with pkgs; [
acpi
aspell
authy
bc
bitwarden
bitwarden-cli
blueberry
blueman
cantarell-fonts
darktable
diff-so-fancy
dmenu-wayland
element-desktop
exiftool
espeak-classic
feh
figlet
file
flameshot
font-awesome
fractal
fuzzel
fzf
gnome.gnome-tweaks
gnome.simple-scan
gnumake
gtop
headset-charge-indicator
headsetcontrol
imagemagick
imv
isync
jellyfin-media-player
jq
kanshi
kdeconnect
khal
khard
ktimer
libreoffice-fresh-unwrapped
libnotify
links2
lsb-release
mairix
mutt
mutt-ics
ncdu
neovim-qt
nerdfonts
newsboat
noto-fonts
obsidian
pandoc
pasystray
playerctl
poweralertd
powerline-fonts
psmisc
ranger
rofi
ruby
signal-desktop
slack
source-code-pro
statix
sublime-music
tasksh
taskwarrior
tdesktop
terminus-nerdfont
texlive.combined.scheme-medium
timewarrior
tmux-cssh
topgrade
ubuntu_font_family
udiskie
urlview
vdirsyncer
vifm-full
vit
wlsunset
xdg-utils
xfce.thunar
yt-dlp
zathura
];
programs.go.enable = true;