feat: move most of remaining old config

This commit is contained in:
Infinidoge 2021-09-19 21:05:56 -04:00
parent 2d782023d3
commit 5f9508b06d

View file

@ -9,13 +9,46 @@
discord-plugged discord-plugged
hydrus hydrus
firefox
neofetch
]; ];
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget
vim
htop
ffmpeg ffmpeg
ntfs3g
unzip
libsForQt5.dolphin
gnome3.adwaita-icon-theme
adwaita-qt
lxappearance
]; ];
programs = {
dconf.enable = true;
qt5ct.enable = true;
};
fonts = {
fonts = with pkgs; [
dejavu_fonts
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
];
fontconfig.defaultFonts = {
monospace = [ "DejaVuSansMono" ];
sansSerif = [ "DejaVu Sans" ];
};
};
users.users.infinidoge = { users.users.infinidoge = {
uid = 1000; uid = 1000;
hashedPassword = hashedPassword =