Skip to content

Commit

Permalink
flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Jan 16, 2024
1 parent 0010ef6 commit 21d7587
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 58 deletions.
102 changes: 47 additions & 55 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
description = "zimbatm's dotfiles";

inputs = {
devshell.inputs.flake-utils.follows = "flake-utils";
devshell.inputs.nixpkgs.follows = "nixpkgs";
devshell.inputs.systems.follows = "systems";
devshell.url = "github:numtide/devshell";
disko.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-utils.inputs.systems.follows = "systems";
flake-utils.url = "github:numtide/flake-utils";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager";
lanzaboote.inputs.flake-parts.follows = "flake-parts";
lanzaboote.inputs.flake-utils.follows = "flake-utils";
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
lanzaboote.url = "github:nix-community/lanzaboote/v0.3.0";
mkdocs-numtide.inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -23,8 +27,9 @@
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.inputs.nixpkgs-stable.follows = "";
sops-nix.url = "github:Mic92/sops-nix";
srvos.url = "github:numtide/srvos";
srvos.inputs.flake-parts.follows = "flake-parts";
srvos.inputs.nixos-stable.follows = "";
srvos.url = "github:numtide/srvos";
systems.url = "github:nix-systems/x86_64-linux";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
treefmt-nix.url = "github:numtide/treefmt-nix";
Expand Down
4 changes: 2 additions & 2 deletions homeConfigurations/sway/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ in
swaylock # needed by sway
xdg-utils # needed for termite URL opening
# xwayland
j4-dmenu-desktop
# j4-dmenu-desktop
bemenu

okular
Expand Down Expand Up @@ -85,7 +85,7 @@ in
modifier = "Mod4";
terminal = "termite";
menu = ''
${pkgs.j4-dmenu-desktop}/bin/j4-dmenu-desktop \
$${FIXME: pkgs.j4-dmenu-desktop}/bin/j4-dmenu-desktop \
--dmenu='BEMENU_BACKEND=wayland ${pkgs.bemenu}/bin/bemenu --ignorecase' \
--term=termite
'';
Expand Down

0 comments on commit 21d7587

Please sign in to comment.