diff --git a/common/hellcooling/config/ext/topaz/tsconfig.json b/common/hellcooling/config/ext/topaz/tsconfig.json deleted file mode 100644 index d7a3802..0000000 Binary files a/common/hellcooling/config/ext/topaz/tsconfig.json and /dev/null differ diff --git a/common/hellcooling/config/ext/topaz/webpackModules/index.tsx b/common/hellcooling/config/ext/topaz/webpackModules/index.tsx index 620fd53..3543980 100644 Binary files a/common/hellcooling/config/ext/topaz/webpackModules/index.tsx and b/common/hellcooling/config/ext/topaz/webpackModules/index.tsx differ diff --git a/common/hellcooling/config/ext/topaz/webpackModules/tabSnippets.jsx b/common/hellcooling/config/ext/topaz/webpackModules/tabSnippets.jsx index 7ac5ef2..d892229 100644 Binary files a/common/hellcooling/config/ext/topaz/webpackModules/tabSnippets.jsx and b/common/hellcooling/config/ext/topaz/webpackModules/tabSnippets.jsx differ diff --git a/dmitmel-dotfiles b/dmitmel-dotfiles index 00dbd71..5ce9019 160000 --- a/dmitmel-dotfiles +++ b/dmitmel-dotfiles @@ -1 +1 @@ -Subproject commit 00dbd710649422530ae2f14601d99394f9f38753 +Subproject commit 5ce901957503313358dcc9b5a0659588aae811d8 diff --git a/nix/flake.lock b/nix/flake.lock index a2a550a..67a713c 100644 --- a/nix/flake.lock +++ b/nix/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1704277720, - "narHash": "sha256-meAKNgmh3goankLGWqqpw73pm9IvXjEENJloF0coskE=", + "lastModified": 1700795494, + "narHash": "sha256-gzGLZSiOhf155FW7262kdHo2YDeugp3VuIFb4/GGng0=", "owner": "lnl7", "repo": "nix-darwin", - "rev": "0dd382b70c351f528561f71a0a7df82c9d2be9a4", + "rev": "4b9b83d5a92e8c1fbfd8eb27eda375908c11ec4d", "type": "github" }, "original": { @@ -23,11 +23,11 @@ "dotfiles": { "flake": false, "locked": { - "lastModified": 1702297498, - "narHash": "sha256-wBeX8mOuPwXzHmPSTwcafa3ioV1r1biBaM4Pz9TQezw=", + "lastModified": 1698960542, + "narHash": "sha256-prp6oSZ8/WaX4wtZ5eT5CDKDRBAFcMSiJg5S0vSOCmg=", "ref": "refs/heads/master", - "rev": "be29a97b84dbb54e125dac19df3478464b7f76ca", - "revCount": 456, + "rev": "ed7352b8353dbf36d27be4df6c16326869eb5026", + "revCount": 449, "submodules": true, "type": "git", "url": "https://github.com/keanuplayz/dotfiles" @@ -45,11 +45,11 @@ ] }, "locked": { - "lastModified": 1702195668, - "narHash": "sha256-Lxmjez0nfNBptdqV5GsXKm7Bb7swjGsrxiLxWJu0tL8=", + "lastModified": 1700392168, + "narHash": "sha256-v5LprEFx3u4+1vmds9K0/i7sHjT0IYGs7u9v54iz/OA=", "owner": "nix-community", "repo": "home-manager", - "rev": "33110fb3c7fe6a94b98b641866a5eddb64b7c23f", + "rev": "28535c3a34d79071f2ccb68671971ce0c0984d7e", "type": "github" }, "original": { @@ -61,11 +61,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1705033721, - "narHash": "sha256-K5eJHmL1/kev6WuqyqqbS1cdNnSidIZ3jeqJ7GbrYnQ=", + "lastModified": 1700854570, + "narHash": "sha256-GiwMS5sWSgF/CyZYbm+G5EcgG1VOEyvcsP5lE1L97Aw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a1982c92d8980a0114372973cbdfe0a307f1bdea", + "rev": "cbd3f3722ac41a200c1655141e021cf12c3ba4e6", "type": "github" }, "original": { diff --git a/nix/flake.nix b/nix/flake.nix index 504122d..c99e41d 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -20,7 +20,7 @@ outputs = { self, nixpkgs, home-manager, dotfiles, darwin }: { darwinConfigurations."alymac" = darwin.lib.darwinSystem { system = "x86_64-darwin"; - specialArgs = { inherit self; inherit dotfiles; }; + specialArgs = { inherit dotfiles; }; modules = [ home-manager.darwinModules.home-manager ./hosts/alymac/default.nix diff --git a/nix/hosts/alymac/default.nix b/nix/hosts/alymac/default.nix index 4543cfd..ccfa93a 100644 --- a/nix/hosts/alymac/default.nix +++ b/nix/hosts/alymac/default.nix @@ -1,4 +1,4 @@ -{ self, pkgs, lib, dotfiles, ... }: +{ pkgs, lib, dotfiles, ... }: with lib; let @@ -54,6 +54,7 @@ let dhall dhall-json dhall-lsp-server + dotnet-sdk_8 go jdk kotlin @@ -70,6 +71,7 @@ let programs = [ rectangle + slack tailscale ]; @@ -79,7 +81,6 @@ let fonts = [ nerdfonts - ibm-plex ]; python = with python311Packages; [ @@ -178,7 +179,7 @@ in home-manager = { useGlobalPkgs = true; useUserPackages = true; - extraSpecialArgs = { inherit self; inherit dotfiles; }; + extraSpecialArgs = { inherit dotfiles; }; users.alyxia = { pkgs, ... }: { # Defined further above, generates a list of files to import. imports = validFiles ./.; @@ -210,6 +211,7 @@ in taps = [ "drud/ddev" + "homebrew/cask" "homebrew/cask-versions" "int128/kubelogin" ]; @@ -220,17 +222,11 @@ in "composer" "croc" "ddev" - "deno" - "dotnet" - "ferium" "gradle" "kubelogin" "mkcert" - "nss" "pinentry-mac" "pkg-config" - "poetry" - "rustup" "sdl2" # Fyra crap, but from Homebrew because someone doesn't know how to @@ -263,9 +259,7 @@ in "itch" "iterm2" "lens" - "minecraft" "obs" - "orbstack" "phpstorm" "plexamp" "raycast" @@ -273,7 +267,6 @@ in "rubymine" "sequel-ace" "shottr" - "slack" "spotify" "steam" "texifier" diff --git a/nix/hosts/alymac/nvim.nix b/nix/hosts/alymac/nvim.nix index efbb5b5..12e2b5e 100644 --- a/nix/hosts/alymac/nvim.nix +++ b/nix/hosts/alymac/nvim.nix @@ -1,11 +1,11 @@ -{ self, pkgs, ... }: +{ pkgs, dotfiles, ... }: { programs.neovim = { enable = true; package = pkgs.neovim-unwrapped; - extraConfig = ''source ~/.dotfiles/nvim/init.vim"source ${self}/nvim/init.vim''; + extraConfig = "source ${dotfiles}/nvim/init.vim"; coc = { enable = true; @@ -17,20 +17,13 @@ filetypes = [ "nix" ]; rootPatterns = [ "flake.nix" ]; "settings.nil" = { - "formatting.command" = [ "nixpkgs-fmt" ]; + "formatting.command" = ["nixpkgs-fmt"]; }; }; "go.goPlsOptions" = { completion = true; completeUnimported = true; }; - rescript = { - enable = true; - command = "rescript-language-server"; - args = [ "--node-ipc" ]; - filetypes = [ "rescript" ]; - rootPatterns = [ "rescript.json" "bsconfig.json" ]; - }; }; }; }; diff --git a/nix/hosts/alymac/zsh.nix b/nix/hosts/alymac/zsh.nix index 702bb2a..1a6343f 100644 --- a/nix/hosts/alymac/zsh.nix +++ b/nix/hosts/alymac/zsh.nix @@ -1,12 +1,11 @@ -{ self, ... }: +{ dotfiles, ... }: { programs.zsh = { enable = true; initExtra = '' export GPG_TTY=$(tty) - source ~/.dotfiles/zsh/zshrc #source ${self}/zsh/zshrc - source "$HOME/.cargo/env" + source ${dotfiles}/zsh/zshrc [[ -d "$HOME/.local/bin" ]] || mkdir "$HOME/.local/bin" diff --git a/nvim/dotfiles/plugins-list.vim b/nvim/dotfiles/plugins-list.vim index 259f3e4..79dc7c1 100644 --- a/nvim/dotfiles/plugins-list.vim +++ b/nvim/dotfiles/plugins-list.vim @@ -46,7 +46,6 @@ let s:plug = funcref('dotfiles#plugman#register') call s:plug('tpope/vim-projectionist') call s:plug('tpope/vim-dispatch') " }}} - call s:plug('rescript-lang/vim-rescript') " }}} " coc {{{