| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | moved env variable to env file | Devin Finlinson | 2023-12-11 |
| | | |||
| * | alias bug | Devin Finlinson | 2023-12-07 |
| | | |||
| * | missing semicolon | Devin Finlinson | 2023-12-07 |
| | | |||
| * | added aliases from zenbook | Devin Finlinson | 2023-12-07 |
| | | |||
| * | option necessary to fix broken less formatting | Devin Finlinson | 2023-12-04 |
| | | |||
| * | added config.nu to source | Devin Finlinson | 2023-12-03 |
| | | |||
| * | added bat config, changed broken theme sourcing from ryan4yin source | Devin Finlinson | 2023-12-03 |
| | | | | | | | | | | | | | config to functional one for future reference, the issue raised this error: error: A definition for option `home-manager.users.defin.programs.bat.themes.catppuccin-mocha' is not of type `strings concatenated with "\n"'. the issue was that nix seemingly cannot turn an array {} into a string, and the config option required a string. Comparing against other imported themes, I found the readFile command, which has documentation specifying that it returns file contents as string, so I simply used that solution. | ||
| * | removing asterisk should solve Error: nu::parser::extra_positional | Devin Finlinson | 2023-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 config | Devin Finlinson | 2023-11-28 |
| | | |||
| * | use command (nushell) doesn't seem to work, maybe source will | Devin Finlinson | 2023-11-21 |
| | | |||
| * | hopefully fixing starship | Devin Finlinson | 2023-10-10 |
| | | |||
| * | vim keys true | Devin Finlinson | 2023-10-03 |
| | | |||
| * | trying again, even though it'll never work | Devin Finlinson | 2023-10-03 |
| | | |||
| * | fixed config typo | Devin Finlinson | 2023-10-03 |
| | | |||
| * | i've gone mad with power | Devin Finlinson | 2023-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 | |||
