diff options
Diffstat (limited to 'macos.local/flake')
-rw-r--r-- | macos.local/flake/flake.lock | 18 | ||||
-rw-r--r-- | macos.local/flake/home/programs/core.nix.org | 4 | ||||
l--------- | macos.local/flake/home/programs/fastfetch.nix.org | 1 | ||||
-rw-r--r-- | macos.local/flake/system/aerospace.nix.org | 10 | ||||
-rw-r--r-- | macos.local/flake/system/homebrew.nix.org | 1 |
5 files changed, 19 insertions, 15 deletions
diff --git a/macos.local/flake/flake.lock b/macos.local/flake/flake.lock index 77744ae..a9d74ea 100644 --- a/macos.local/flake/flake.lock +++ b/macos.local/flake/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1741955947, - "narHash": "sha256-2lbURKclgKqBNm7hVRtWh0A7NrdsibD0EaWhahUVhhY=", + "lastModified": 1743082807, + "narHash": "sha256-qmrCYHVqE6j0TQApfxGx8aRYNdNsqtOrZuH09A+cjTU=", "owner": "nix-community", "repo": "home-manager", - "rev": "4e12151c9e014e2449e0beca2c0e9534b96a26b4", + "rev": "171915bfce41018528fda9960211e81946d999b7", "type": "github" }, "original": { @@ -27,11 +27,11 @@ ] }, "locked": { - "lastModified": 1742165923, - "narHash": "sha256-WKzuVsHXjuxYjS9KxKdpoPWpT37LofyS5llSssEw058=", + "lastModified": 1742869675, + "narHash": "sha256-rgwUZJZVztaNYPTsf6MIqirPL5r2JTMMyHuzk1ezyYk=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "95eac71bf52b271523d0ca81dbbeb3182990fc24", + "rev": "bb81755a3674951724d79b8cba6bbff01409d44d", "type": "github" }, "original": { @@ -42,11 +42,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1742169275, - "narHash": "sha256-nkH2Edu9rClcsQp2PYBe8E6fp8LDPi2uDBQ6wyMdeXI=", + "lastModified": 1742923925, + "narHash": "sha256-biPjLws6FiBVUUDHEMFq5pUQL84Wf7PntPYdo3oKkFw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5d9b5431f967007b3952c057fc92af49a4c5f3b2", + "rev": "25d1b84f5c90632a623c48d83a2faf156451e6b1", "type": "github" }, "original": { diff --git a/macos.local/flake/home/programs/core.nix.org b/macos.local/flake/home/programs/core.nix.org index 2e79a50..2ee0914 100644 --- a/macos.local/flake/home/programs/core.nix.org +++ b/macos.local/flake/home/programs/core.nix.org @@ -7,7 +7,6 @@ Import configurations for programs and install programs with no configuration. { imports = [ ./emacs/core.nix - ./fastfetch.nix ./ghostty.nix ./git.nix ./neovim.nix @@ -20,6 +19,7 @@ Import configurations for programs and install programs with no configuration. bash-language-server bear bison + cabal-install cmake cmake-language-server curl @@ -29,11 +29,13 @@ Import configurations for programs and install programs with no configuration. ffmpeg findutils fzf + ghc gnuplot gnutls go gopls gpgme + haskell-language-server htop hunspell hyfetch # TODO: configure diff --git a/macos.local/flake/home/programs/fastfetch.nix.org b/macos.local/flake/home/programs/fastfetch.nix.org deleted file mode 120000 index 25e2716..0000000 --- a/macos.local/flake/home/programs/fastfetch.nix.org +++ /dev/null @@ -1 +0,0 @@ -../../../../common/.flake/home/programs/fastfetch.nix.org
\ No newline at end of file diff --git a/macos.local/flake/system/aerospace.nix.org b/macos.local/flake/system/aerospace.nix.org index a0c72df..eaf48e6 100644 --- a/macos.local/flake/system/aerospace.nix.org +++ b/macos.local/flake/system/aerospace.nix.org @@ -9,10 +9,12 @@ Enable Aerospace as a window manager for macOS. I have disabled gaps, move the m enable = true; settings = { gaps = { - outer.left = 0; - outer.bottom = 0; - outer.top = 0; - outer.right = 0; + outer.left = 10; + outer.bottom = 10; + outer.top = 10; + outer.right = 10; + inner.horizontal = 10; + inner.vertical = 10; }; on-focus-changed = [ "move-mouse window-lazy-center" diff --git a/macos.local/flake/system/homebrew.nix.org b/macos.local/flake/system/homebrew.nix.org index 27748b8..2ee13df 100644 --- a/macos.local/flake/system/homebrew.nix.org +++ b/macos.local/flake/system/homebrew.nix.org @@ -86,6 +86,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "godot" "gzdoom" "inkscape" + "keepingyouawake" "krita" "librewolf" "multimc" |