summaryrefslogtreecommitdiff
path: root/flake.nix
Commit message (Collapse)AuthorAge
* missed a changeDevin Finlinson2024-06-08
|
* wrong isoDevin Finlinson2024-06-07
|
* testing unedited build isoDevin Finlinson2024-06-07
|
* lix cache not working, can't rebuild on baby systemDevin Finlinson2024-06-03
|
* add lix to all machinesDevin Finlinson2024-06-02
|
* lix is an alternative to the cppnix compilerDevin Finlinson2024-06-02
|
* changes for nixos 24.05Devin Finlinson2024-06-02
|
* nixos 24.05 releaseDevin Finlinson2024-06-02
|
* proof that man is not hamDevin Finlinson2024-05-28
|
* making config for live isoDevin Finlinson2024-05-28
|
* trying out nixos generators againDevin Finlinson2024-05-25
|
* wrong nushell scripts sourceDevin Finlinson2024-05-25
|
* Merge branch 'master' of ssh://bosco:/srv/git/.flakeDevin Finlinson2024-05-24
|\ | | | | | | chaos merge update
| * Merge branch 'master' of ssh://bosco:/srv/git/.flakeDevin Finlinson2024-05-22
| |\
| * | swap back to nushell script sourceDevin Finlinson2024-05-22
| | |
* | | weird merge and updateDevin Finlinson2024-05-24
| |/ |/|
* | messing with hyprlandDevin Finlinson2024-05-15
| |
* | testing hyprland build with nixpkgs stableDevin Finlinson2024-05-15
|/
* hypr-plugins barely even has any pluginsDevin Finlinson2024-04-22
|
* forgor specialargsDevin Finlinson2024-04-22
|
* moved hyprland to flake rather than nixpkg, also updateDevin Finlinson2024-04-22
|
* make cgit service to host public git repos on boscoDevin Finlinson2024-04-05
|
* changing nushell script source to test changeDevin Finlinson2024-03-19
|
* add git user to dorettaDevin Finlinson2024-02-14
|
* 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
* Merge branch 'master' of ssh://git.wormcar.gay:2200/devinf/nix-configDevin Finlinson2023-12-17
|\
| * add home-manager to dorettaDevin Finlinson2023-12-16
| |
* | switched old generator to new oneDevin Finlinson2023-12-17
|/
* linode image already created, nixos-generators iso not accepted anywayDevin Finlinson2023-12-15
|
* added tailscale to all machinesDevin Finlinson2023-12-06
|
* another typoDevin Finlinson2023-12-04
|
* typoDevin Finlinson2023-12-04
|
* added basic home-manager customizations to boscoDevin Finlinson2023-12-04
|
* update nixkpgs to 23.11Devin Finlinson2023-12-04
|
* added bat theme and cleaned commentsDevin Finlinson2023-12-03
|
* updated sources, and started work on using home manager for shell configDevin Finlinson2023-11-28
|
* rather than creating a generic iso, it's necessary to buildDevin Finlinson2023-11-21
| | | | an img specifically for linode, and likely more convenient besides
* iso should have basic toolsDevin Finlinson2023-11-20
|
* nixpkgs comes with a module to build an iso of the matching versionDevin Finlinson2023-11-20
| | | | | | thanks to this, I should in theory only need to add some > > minor configurations to make it accessible via ssh, and > then I can set it up from there
* better hostnameDevin Finlinson2023-11-20
|
* i've decided to import hardware config from config file rather than asDevin Finlinson2023-11-20
| | | | > as a module, to leave the flake file less cluttered
* updated template with modern settingsDevin Finlinson2023-11-20
|
* renamed building/caching server to dorettaDevin Finlinson2023-11-20
|
* cleaningDevin Finlinson2023-11-17
|
* separating utility for serverDevin Finlinson2023-10-15
|
* adding modules to boscoDevin Finlinson2023-10-15
|
* added bosco to flakeDevin Finlinson2023-10-15
|
* starting to bring definitions back into purpose-specific locations, rather ↵Devin Finlinson2023-10-03
| | | | than type-specific
* experimented with cleaner ioDevin Finlinson2023-10-03
|
* 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