many changed, added nixos-hardware

This commit is contained in:
Charlie Root 2024-07-07 13:23:38 +02:00
commit 2accd81424
149 changed files with 19124 additions and 238 deletions

View file

@ -1,5 +1,5 @@
{config, ...}: let
username = config.modules.other.system.username;
inherit (config.modules.other.system) username;
hmCfg = config.home-manager.users.${username};
primary_browser = "Schizofox.desktop";
@ -7,7 +7,7 @@
file_manager = "nautilus.desktop";
media_player = "mpv.desktop";
image_viewer = "imv.desktop";
text_editor = "helix.desktop";
text_editor = "nvim.desktop";
terminal = "foot.desktop";
in {
environment.sessionVariables = {TERMINAL = "${terminal}";};