remember to import the fonts also
This commit is contained in:
parent
aea88565bd
commit
1fd6de2551
2 changed files with 56 additions and 51 deletions
|
@ -25,6 +25,8 @@
|
|||
../../modules/desktop/sway.nix
|
||||
../../modules/desktop/niri.nix
|
||||
|
||||
# Fonts
|
||||
../../modules/desktop/fonts.nix
|
||||
|
||||
# Development tools
|
||||
../../modules/development/tools.nix
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
# Primary User Configuration - geir
|
||||
# Main user account for development and desktop use
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
# Import custom packages from the flake
|
||||
homeLabPackages = import ../../packages {inherit pkgs;};
|
||||
in
|
||||
{
|
||||
in {
|
||||
users.users.geir = {
|
||||
description = "Geir Okkenhaug Jerstad - Primary User";
|
||||
isNormalUser = true;
|
||||
|
@ -49,7 +51,8 @@ in
|
|||
firefox
|
||||
chromium
|
||||
vesktop
|
||||
vivaldi vivaldi-ffmpeg-codecs
|
||||
vivaldi
|
||||
vivaldi-ffmpeg-codecs
|
||||
|
||||
# Shell Enhancement & Fun
|
||||
nerdfetch
|
||||
|
@ -113,7 +116,7 @@ in
|
|||
TERMINAL = "kitty";
|
||||
|
||||
# Git configuration
|
||||
GIT_EDITOR = "emacs";
|
||||
GIT_EDITOR = "nano";
|
||||
};
|
||||
|
||||
# Comprehensive zsh configuration for geir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue