Tweaks and leftover bits
This commit is contained in:
parent
2d4ebe3370
commit
39992187a6
4 changed files with 21 additions and 5 deletions
|
@ -25,7 +25,8 @@ in {
|
|||
users.users.tdpeuter = {
|
||||
description = "Tibo De Peuter";
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
extraGroups = config.sisyphus.users.wantedGroups ++ [
|
||||
config.users.groups.input.name
|
||||
config.users.groups.keys.name
|
||||
config.users.groups.networkmanager.name
|
||||
config.users.groups.wheel.name
|
||||
|
@ -36,8 +37,7 @@ in {
|
|||
|
||||
fonts.fonts = with pkgs; [
|
||||
corefonts # Calibri for Uni
|
||||
font-awesome_5 # Dependency of Vifm config
|
||||
font-awesome # Dependency of zsh
|
||||
font-awesome # Dependency of Vifm & zsh config
|
||||
letter # Personal font
|
||||
noto-fonts-cjk # Dependency of Zellij config
|
||||
noto-fonts # Dependency of Zellij config
|
||||
|
@ -83,6 +83,9 @@ in {
|
|||
zsh
|
||||
zsh-autosuggestions
|
||||
zsh-syntax-highlighting
|
||||
|
||||
# SMB
|
||||
cifs-utils psmisc
|
||||
]) ++ (with pkgs-unstable; [
|
||||
mpv
|
||||
obsidian
|
||||
|
|
|
@ -70,7 +70,7 @@ in {
|
|||
source = ../../../stow/zellij/.config/zellij;
|
||||
};
|
||||
".oh-my-zsh" = {
|
||||
enable = (builtins.elem pkgs.zsh installedPkgs);
|
||||
enable = true;
|
||||
source = "${pkgs.oh-my-zsh}/share/oh-my-zsh";
|
||||
recursive = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue