many changed, added nixos-hardware
This commit is contained in:
parent
f4f1c5bba7
commit
2accd81424
149 changed files with 19124 additions and 238 deletions
|
@ -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}";};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue