mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
Adjust groups, add applications and open sans font
This commit is contained in:
parent
2f6fac5636
commit
b0545585be
1 changed files with 11 additions and 1 deletions
|
@ -191,7 +191,7 @@
|
|||
users.users.felix = {
|
||||
createHome = true;
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [ "wheel" "video" "audio" "dialout" ]; # wheel: Enable ‘sudo’ for the user.
|
||||
group = "users";
|
||||
home = "/home/felix";
|
||||
shell = pkgs.fish;
|
||||
|
@ -231,6 +231,7 @@
|
|||
unzip
|
||||
ncat
|
||||
inetutils
|
||||
usbutils
|
||||
screen
|
||||
# automatic detection of display changes
|
||||
autorandr
|
||||
|
@ -246,10 +247,13 @@
|
|||
notmuch
|
||||
# programming languages and compilers
|
||||
rustup
|
||||
cargo-flamegraph
|
||||
cargo-watch
|
||||
# python3
|
||||
stack
|
||||
gcc
|
||||
gnumake
|
||||
cmake
|
||||
# I heard you like man pages?
|
||||
man-pages
|
||||
# git and friends
|
||||
|
@ -259,6 +263,7 @@
|
|||
# terminal, browsers, text editing
|
||||
kitty
|
||||
vscodium
|
||||
eclipses.eclipse-platform
|
||||
typora
|
||||
firefox
|
||||
# time tracking
|
||||
|
@ -273,6 +278,10 @@
|
|||
# PDF manipulation
|
||||
podofo
|
||||
poppler_utils
|
||||
# image manipulation
|
||||
gimp
|
||||
inkscape
|
||||
libheif
|
||||
# LaTeX
|
||||
texlive.combined.scheme-full
|
||||
# the eternal pain continues
|
||||
|
@ -308,6 +317,7 @@
|
|||
roboto
|
||||
roboto-mono
|
||||
roboto-slab
|
||||
open-sans
|
||||
overpass
|
||||
(nerdfonts.override {
|
||||
fonts = [ "FiraCode" "DroidSansMono" "Hack" "SourceCodePro" "RobotoMono" ];
|
||||
|
|
Loading…
Reference in a new issue