feat: move most of remaining old config
This commit is contained in:
parent
2d782023d3
commit
5f9508b06d
1 changed files with 33 additions and 0 deletions
|
@ -9,13 +9,46 @@
|
|||
discord-plugged
|
||||
|
||||
hydrus
|
||||
|
||||
firefox
|
||||
|
||||
neofetch
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
vim
|
||||
htop
|
||||
|
||||
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 = {
|
||||
uid = 1000;
|
||||
hashedPassword =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue