summaryrefslogtreecommitdiff
path: root/modules/home-manager/shell.nix
Commit message (Collapse)AuthorAge
* alias vi to hx for sshDevin Finlinson2024-02-05
|
* i finally fixed the inputs issue: when passing inputs as inputs instead of ↵Devin Finlinson2024-01-19
| | | | input-name, you must call inputs.input-name
* nix run alias doesn't because of missing spaceDevin Finlinson2024-01-13
|
* nix search and nix run aliasesDevin Finlinson2024-01-13
|
* bugfix themeDevin Finlinson2024-01-12
|
* typoDevin Finlinson2024-01-12
|
* use catppuccin theme for nushellDevin Finlinson2024-01-12
|
* alias tailscaleDevin Finlinson2023-12-11
|
* moved env variable to env fileDevin Finlinson2023-12-11
|
* alias bugDevin Finlinson2023-12-07
|
* missing semicolonDevin Finlinson2023-12-07
|
* added aliases from zenbookDevin Finlinson2023-12-07
|
* option necessary to fix broken less formattingDevin Finlinson2023-12-04
|
* added config.nu to sourceDevin Finlinson2023-12-03
|
* removing asterisk should solve Error: nu::parser::extra_positionalDevin Finlinson2023-11-28
| | | | I don't know why that was ever there in the first place
* updated sources, and started work on using home manager for shell configDevin Finlinson2023-11-28
|
* use command (nushell) doesn't seem to work, maybe source willDevin Finlinson2023-11-21
|
* hopefully fixing starshipDevin Finlinson2023-10-10
|
* i've gone mad with powerDevin Finlinson2023-10-03
/ attempted config from misterio77 to fix inputs errors // this created the default.nix files and commented out block in flake.nix // didn't work, misterio is insane / but misterio's nix-colors github tells you to pass it as a special arg into home-manager // was confused for a bit but got it as an extraSpecialArg cause of module bullshit /// good thing i had that old note or i'd have been stuck / now the inputs pass into home-manager // hoping to find a more elegant passthrough format / oh also moved home-manager's modules to modules folder because misterio does // probably because they're crazy but also because they've gone so deep it's somehow necessary for anything to work /// idk how or why, should have something to do with replacing/following default nix format? //// thus the default.nix files to add/override defaults? this is my longest commit message ever