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 /hosts/mentat | |
| parent | 531b20fdf744059f5fd859135ba27defa31c3a34 (diff) | |
Add i3 config
Diffstat (limited to 'hosts/mentat')
| -rw-r--r-- | hosts/mentat/home.nix | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/hosts/mentat/home.nix b/hosts/mentat/home.nix index 3351cbe..69789b5 100644 --- a/hosts/mentat/home.nix +++ b/hosts/mentat/home.nix @@ -1,10 +1,11 @@ -{ config -, pkgs -, unstablePkgs -, unfreePkgs -, unstableUnfreePkgs -, userOptions -, ... +{ + config, + pkgs, + unstablePkgs, + unfreePkgs, + unstableUnfreePkgs, + userOptions, + ... }: { imports = [ |
