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