summaryrefslogtreecommitdiff
path: root/home-manager/users/thinkpad-laptop/lucas.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-03-15 21:41:47 -0400
committertriethyl <triethylammonium@pm.me>2026-03-15 21:41:47 -0400
commit1c26c0d3265bc71103c19e7f163807406f6fb271 (patch)
treec8ec0b837dbb70bf76eebd24f4fbbc008403255d /home-manager/users/thinkpad-laptop/lucas.nix
parent3969c0706238898ccce79a993fc866f099a2cadd (diff)
changed to lucia
Diffstat (limited to 'home-manager/users/thinkpad-laptop/lucas.nix')
-rw-r--r--home-manager/users/thinkpad-laptop/lucas.nix62
1 files changed, 0 insertions, 62 deletions
diff --git a/home-manager/users/thinkpad-laptop/lucas.nix b/home-manager/users/thinkpad-laptop/lucas.nix
deleted file mode 100644
index 13399ad..0000000
--- a/home-manager/users/thinkpad-laptop/lucas.nix
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- pkgs,
- lib,
- ...
-}: {
- home = {
- username = "lucas";
- homeDirectory = "/home/lucas";
- stateVersion = "24.11";
-
- packages = with pkgs; [
- tor-browser
- calibre
-
- cheese # camera app
-
- # My custom neovim package.
- custom-neovim
- neovide
-
- # Custom Scripts
- inbox-review
- ];
- };
- aesthetics = {
- enable = true;
- enableAllTargets = true;
- hasGui = true;
- theme = "oxocarbon";
- };
- features = {
- gui = {
- apps = {
- foot.enable = true;
- librewolf.enable = true;
- vesktop.enable = true;
- anki.enable = true;
- };
- bundles = {
- art.enable = true;
- office.enable = true;
- };
- desktops.niri.enable = true;
- };
- cli = {
- shells.nushell.enable = true;
- apps = {
- btop.enable = true;
- lazygit.enable = true;
- khal.enable = true;
- };
- utils = {
- git.enable = true;
- pandoc.enable = true;
- ssh.enable = true;
- };
- };
- services = {
- udiskie.enable = true;
- };
- };
-}