diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-04-18 21:45:44 +0100 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-04-18 21:45:44 +0100 |
| commit | 9158edcb475f7cf4d000c7c06d56791e24166c75 (patch) | |
| tree | fc2a19612c13e62b919cc0c476002ce0fd9de25f /modules/shell.nix | |
| parent | 531b20fdf744059f5fd859135ba27defa31c3a34 (diff) | |
Add i3 config
Diffstat (limited to 'modules/shell.nix')
| -rw-r--r-- | modules/shell.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/modules/shell.nix b/modules/shell.nix index bf3b41a..a5c99f2 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -1,9 +1,10 @@ -{ config -, pkgs -, hmLib -, lib -, userOptions -, ... +{ + config, + pkgs, + hmLib, + lib, + userOptions, + ... }: { home.sessionVariables = { |
