From 3638b3b8d178c055098af2005c1707a9f1297ddc Mon Sep 17 00:00:00 2001 From: Bad Date: Fri, 23 Sep 2022 00:05:26 +0200 Subject: [PATCH] Update flake.lock --- flake.lock | 18 +++++++++--------- users/mae/default.nix | 2 +- users/maekasza/default.nix | 4 ++-- users/modules/alacritty/default.nix | 8 ++++---- users/profiles/core/default.nix | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index 770bc39..75c049c 100644 --- a/flake.lock +++ b/flake.lock @@ -169,11 +169,11 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1663743521, - "narHash": "sha256-BTOgY0JEdA0ukfSDXO4PgPHMKenyg/KhWFeLuc5x0GQ=", + "lastModified": 1663829760, + "narHash": "sha256-TQNpqCJuiwFYJ/0y32z5poB3VxZeN0AYdAePMFwfjPc=", "owner": "nix-community", "repo": "fenix", - "rev": "f0d09e86074fae068e98e5fd7fbd9134dfbb998c", + "rev": "0221f9bcc872d768a6626e0e8764daa6a931942d", "type": "github" }, "original": { @@ -394,11 +394,11 @@ }, "latest": { "locked": { - "lastModified": 1663494472, - "narHash": "sha256-fSowlaoXXWcAM8m9wA6u+eTJJtvruYHMA+Lb/tFi/qM=", + "lastModified": 1663761423, + "narHash": "sha256-bDLXl2BVq7eIQz/8CduZI1SLyhG9u/CrckHd6f7bwPE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "f677051b8dc0b5e2a9348941c99eea8c4b0ff28f", + "rev": "d6490a0bd9dfb298fcd8382d3363b86870dc7340", "type": "github" }, "original": { @@ -449,11 +449,11 @@ }, "nixos": { "locked": { - "lastModified": 1663661391, - "narHash": "sha256-jja7QQRZQ7fH9/WhdMLwT08l62Z8vWee+e+VpFy0ikA=", + "lastModified": 1663760840, + "narHash": "sha256-ym5Iycs5H4cOaLfE2/vC0tsLp8XuBJQIHGV8/uXSy8M=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e64df9c5c8ffa0c9a82006e410ad630e32e6063d", + "rev": "9bdbbaa634aa666eb6a27096bdcb991c59181244", "type": "github" }, "original": { diff --git a/users/mae/default.nix b/users/mae/default.nix index 8d6d323..d66ca13 100644 --- a/users/mae/default.nix +++ b/users/mae/default.nix @@ -10,7 +10,7 @@ }; home-manager.users.mae = { pkgs, ... }: { imports = [ ../profiles/core ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ../profiles/syncthing ../profiles/kdeconnect ../profiles/podman ../profiles/tmux ../profiles/mpv ../profiles/sway ]; - mae.alacritty.enable = true; + mae.alacritty.enable = true; home.sessionVariables = { XDG_DATA_DIRS = "$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share"; diff --git a/users/maekasza/default.nix b/users/maekasza/default.nix index 31c7eb6..f12775b 100644 --- a/users/maekasza/default.nix +++ b/users/maekasza/default.nix @@ -1,9 +1,9 @@ { pkgs, ... }: { - imports = [ ../profiles/core ../profiles/direnv ../profiles/zsh ../profiles/neovim ../profiles/syncthing ../profiles/kdeconnect ../profiles/tmux ../profiles/mpv ../profiles/sway ]; + imports = [ ../profiles/core ../profiles/direnv ../profiles/zsh ../profiles/neovim ../profiles/syncthing ../profiles/kdeconnect ../profiles/tmux ../profiles/mpv ../profiles/sway ]; targets.genericLinux.enable = true; home.packages = [ pkgs.home-manager ]; wayland.windowManager.sway.extraSessionCommands = '' - export WLR_NO_HARDWARE_CURSORS=1 + export WLR_NO_HARDWARE_CURSORS=1 ''; mae.alacritty = { enable = true; diff --git a/users/modules/alacritty/default.nix b/users/modules/alacritty/default.nix index 2902ca8..50f64ab 100644 --- a/users/modules/alacritty/default.nix +++ b/users/modules/alacritty/default.nix @@ -5,10 +5,10 @@ let name = "alacritty-nixgl"; paths = [ (pkgs.writeShellScriptBin - "alacritty" - '' - ${pkgs.nixgl.nixGLIntel}/bin/nixGLIntel ${pkgs.alacritty}/bin/alacritty "$@" - '') + "alacritty" + '' + ${pkgs.nixgl.nixGLIntel}/bin/nixGLIntel ${pkgs.alacritty}/bin/alacritty "$@" + '') pkgs.alacritty ]; }; diff --git a/users/profiles/core/default.nix b/users/profiles/core/default.nix index bfed3d1..0999ba1 100644 --- a/users/profiles/core/default.nix +++ b/users/profiles/core/default.nix @@ -1,3 +1,3 @@ { - home.sessionPath = ["$HOME/.local/bin"]; + home.sessionPath = [ "$HOME/.local/bin" ]; }