Adjust groups, add applications and open sans font

This commit is contained in:
Felix Suchert 2021-03-04 16:28:11 +01:00
parent 2f6fac5636
commit b0545585be
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -191,7 +191,7 @@
users.users.felix = { users.users.felix = {
createHome = true; createHome = true;
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user. extraGroups = [ "wheel" "video" "audio" "dialout" ]; # wheel: Enable sudo for the user.
group = "users"; group = "users";
home = "/home/felix"; home = "/home/felix";
shell = pkgs.fish; shell = pkgs.fish;
@ -231,6 +231,7 @@
unzip unzip
ncat ncat
inetutils inetutils
usbutils
screen screen
# automatic detection of display changes # automatic detection of display changes
autorandr autorandr
@ -246,10 +247,13 @@
notmuch notmuch
# programming languages and compilers # programming languages and compilers
rustup rustup
cargo-flamegraph
cargo-watch
# python3 # python3
stack stack
gcc gcc
gnumake gnumake
cmake
# I heard you like man pages? # I heard you like man pages?
man-pages man-pages
# git and friends # git and friends
@ -259,6 +263,7 @@
# terminal, browsers, text editing # terminal, browsers, text editing
kitty kitty
vscodium vscodium
eclipses.eclipse-platform
typora typora
firefox firefox
# time tracking # time tracking
@ -273,6 +278,10 @@
# PDF manipulation # PDF manipulation
podofo podofo
poppler_utils poppler_utils
# image manipulation
gimp
inkscape
libheif
# LaTeX # LaTeX
texlive.combined.scheme-full texlive.combined.scheme-full
# the eternal pain continues # the eternal pain continues
@ -308,6 +317,7 @@
roboto roboto
roboto-mono roboto-mono
roboto-slab roboto-slab
open-sans
overpass overpass
(nerdfonts.override { (nerdfonts.override {
fonts = [ "FiraCode" "DroidSansMono" "Hack" "SourceCodePro" "RobotoMono" ]; fonts = [ "FiraCode" "DroidSansMono" "Hack" "SourceCodePro" "RobotoMono" ];