diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-02 10:48:21 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-02 10:48:21 -0400 |
| commit | 31c316d19cd974bb81a5d6de62142ff24db1c78e (patch) | |
| tree | cb941422c76cb8953830a8d58c8e14dca1a10319 /users/thinkpad-laptop/lucas.nix | |
| parent | 1c21018347aa277caba74e554cb8d1b1e7fc6bed (diff) | |
reorganized directory structure
Diffstat (limited to 'users/thinkpad-laptop/lucas.nix')
| -rw-r--r-- | users/thinkpad-laptop/lucas.nix | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/users/thinkpad-laptop/lucas.nix b/users/thinkpad-laptop/lucas.nix deleted file mode 100644 index bd6ba38..0000000 --- a/users/thinkpad-laptop/lucas.nix +++ /dev/null @@ -1,61 +0,0 @@ -{ - pkgs, - lib, - ... -}: { - home = { - username = "lucas"; - homeDirectory = "/home/lucas"; - stateVersion = "24.11"; - - packages = with pkgs; [ - tor-browser - onlyoffice-desktopeditors - calibre - - # My custom neovim package. - custom-neovim - neovide - ]; - }; - aesthetics = { - enable = true; - enableAllTargets = true; - hasGui = true; - theme = "oxocarbon"; - }; - programs.helix.package = lib.mkForce pkgs.helix; # Building helix takes too much power - features = { - gui = { - apps = { - foot.enable = true; - librewolf.enable = true; - qutebrowser.enable = true; - }; - desktops.niri.enable = true; - }; - cli = { - shells.nushell.enable = true; - apps = { - btop.enable = true; - helix.enable = true; - zellij.enable = true; - lazygit.enable = true; - }; - utils = { - git.enable = true; - pandoc.enable = true; - ssh.enable = true; - }; - bundles = { - go-env.enable = true; - }; - scripts = { - spiral.enable = true; - }; - }; - services = { - udiskie.enable = true; - }; - }; -} |
