71 lines
1.1 KiB
Nix
71 lines
1.1 KiB
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./autostart.nix
|
|
./alacritty.nix
|
|
./kitty.nix
|
|
./mpv.nix
|
|
./fuzzel.nix
|
|
./kde.nix
|
|
];
|
|
home.packages = with pkgs; [
|
|
#cantarell-fonts
|
|
#noto-fonts
|
|
#terminus-nerdfont
|
|
#ubuntu_font_family
|
|
anonymousPro
|
|
at-spi2-core
|
|
authy
|
|
blueberry
|
|
citrix_workspace
|
|
clipman
|
|
cura
|
|
darktable
|
|
dmenu-wayland
|
|
firefox
|
|
flameshot
|
|
font-awesome
|
|
gnome.gnome-tweaks
|
|
gnome.simple-scan
|
|
gnumeric
|
|
headset-charge-indicator
|
|
ibm-plex
|
|
imv
|
|
jellyfin-media-player
|
|
jetbrains-mono
|
|
kanshi
|
|
lapce
|
|
libappindicator
|
|
libnotify
|
|
libreoffice-fresh
|
|
libsForQt5.kwallet
|
|
neovim-qt
|
|
nerdfonts
|
|
nextcloud-client
|
|
nvd
|
|
obsidian
|
|
overpass
|
|
pasystray
|
|
pavucontrol
|
|
poweralertd
|
|
powerline-fonts
|
|
pwvucontrol
|
|
qpwgraph
|
|
quickemu
|
|
quickgui
|
|
qutebrowser
|
|
rofi
|
|
signal-desktop
|
|
source-code-pro
|
|
stellarium
|
|
sublime-music
|
|
syncthingtray
|
|
tdesktop
|
|
texlive.combined.scheme-medium
|
|
thunderbird
|
|
victor-mono
|
|
widevine-cdm
|
|
zoom-us
|
|
];
|
|
|
|
}
|