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 = {
|
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" ];
|
||||||
|
|
Loading…
Reference in a new issue