diff --git a/flake.lock b/flake.lock index 4940af5..54648f8 100644 --- a/flake.lock +++ b/flake.lock @@ -213,43 +213,6 @@ "type": "github" } }, - "joe_home-manager": { - "inputs": { - "nixpkgs": [ - "joe_nixpkgs" - ] - }, - "locked": { - "lastModified": 1734366194, - "narHash": "sha256-vykpJ1xsdkv0j8WOVXrRFHUAdp9NXHpxdnn1F4pYgSw=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "80b0fdf483c5d1cb75aaad909bd390d48673857f", - "type": "github" - }, - "original": { - "owner": "nix-community", - "ref": "release-24.11", - "repo": "home-manager", - "type": "github" - } - }, - "joe_nixpkgs": { - "locked": { - "lastModified": 1734323986, - "narHash": "sha256-m/lh6hYMIWDYHCAsn81CDAiXoT3gmxXI9J987W5tZrE=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "394571358ce82dff7411395829aa6a3aad45b907", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-24.11", - "repo": "nixpkgs", - "type": "github" - } - }, "lio_home-manager": { "inputs": { "nixpkgs": [ @@ -1495,8 +1458,6 @@ "gpdPocket3_nixpkgs": "gpdPocket3_nixpkgs", "h002_home-manager": "h002_home-manager", "h002_nixpkgs": "h002_nixpkgs", - "joe_home-manager": "joe_home-manager", - "joe_nixpkgs": "joe_nixpkgs", "lio_home-manager": "lio_home-manager", "lio_nixpkgs": "lio_nixpkgs", "nixpkgs_stable": "nixpkgs_stable", diff --git a/flake.nix b/flake.nix index a704638..2d5a718 100644 --- a/flake.nix +++ b/flake.nix @@ -15,12 +15,6 @@ inputs.nixpkgs.follows = "oren_nixpkgs"; }; - joe_nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; - joe_home-manager = { - url = "github:nix-community/home-manager/release-24.11"; - inputs.nixpkgs.follows = "joe_nixpkgs"; - }; - h002_nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; h002_home-manager = { url = "github:nix-community/home-manager/release-24.11"; @@ -74,8 +68,6 @@ lio_home-manager, oren_nixpkgs, oren_home-manager, - joe_nixpkgs, - joe_home-manager, gpdPocket3_nixpkgs, gpdPocket3_home-manager, h002_nixpkgs, @@ -116,18 +108,6 @@ allowUnfree = true; }; } - { - name = "joe"; - opts = { - system = "x86_64-linux"; - }; - settings = { - inherit user; - nixpkgs = joe_nixpkgs; - home-manager = joe_home-manager; - allowUnfree = true; - }; - } { name = "gpdPocket3"; opts = { diff --git a/hosts/joe/configuration.nix b/hosts/_archive/joe/configuration.nix similarity index 100% rename from hosts/joe/configuration.nix rename to hosts/_archive/joe/configuration.nix diff --git a/hosts/joe/hardware-configuration.nix b/hosts/_archive/joe/hardware-configuration.nix similarity index 100% rename from hosts/joe/hardware-configuration.nix rename to hosts/_archive/joe/hardware-configuration.nix diff --git a/hosts/joe/windows_notes.md b/hosts/_archive/joe/windows_notes.md similarity index 86% rename from hosts/joe/windows_notes.md rename to hosts/_archive/joe/windows_notes.md index 0281566..b631916 100644 --- a/hosts/joe/windows_notes.md +++ b/hosts/_archive/joe/windows_notes.md @@ -2,4 +2,4 @@ - [Alt Drag](https://stefansundin.github.io/altdrag/) - Change to win key in config - Power Toys - - Remap caps lock to esc \ No newline at end of file + - Remap caps lock to esc diff --git a/readme.md b/readme.md index 3e2d7bc..dd8984e 100644 --- a/readme.md +++ b/readme.md @@ -53,12 +53,10 @@ ## Local tooling -- stormd - - get stormd and build locally, copy release build to /etc/stormd - - enable stormd mod TODO LEFT OFF HERE... get this working on lio - atuin setup - if atuin is on enable that mod in configuration.nix, make sure to `atuin login` get key from existing device - TODO move key into secrets and mount it to atuin local share +- stormd onboard to network ## Darwin @@ -76,12 +74,6 @@ title Windows 11 efi /EFI/Microsoft/Boot/bootmgfw.efi ``` -### - -### - -- clone neovim setup... - # Settings references - Flake docs: @@ -91,21 +83,8 @@ efi /EFI/Microsoft/Boot/bootmgfw.efi # TODO -- Use top level split out home manager configurations instead of the one built into the system config... -- Make a flake for neovim and move out some system packages required for that into that flake, re-use for root and user rather than cloning each place? -- EDITOR env var set to neovim -- gif command from video - -```sh -gif () { - if [[ -z $1 ]]; then - echo "No gif specified" - return 1 - fi - ffmpeg -i $1 -filter_complex "fps=7,scale=iw:-1:flags=lanczos,split[s0][s1];[s0]palettegen=max_colors=32[p];[s1][p]paletteuse=dither=bayer" $1".gif" -} -``` - +- Split config into further flakes, inputs should not affect other systems, like first run without stormd +- work on secrets pre ragenix, stormd pre install for all the above bootstrapping steps would be ideal +- reduce home manager, make per user modules support instead - Ensure my neovim undohistory/auto saves don't save `.age` files as they can be sensitive. -- make sure all my aliases are accounted for, still missing things like rust etc: -- add in copy paste support with xclip or nix equivalent +- can I get tmux `tat` attach to remove new window if it restored from saved session?