Skip to content

Commit

Permalink
fix: nix flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Oct 18, 2024
1 parent 4cb255e commit f66ba1d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 52 deletions.
45 changes: 1 addition & 44 deletions flake.lock

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

13 changes: 6 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
# rust-overlay.follows = "comfywm/rust-overlay";
pre-commit-hooks-nix.follows = "";
flake-compat.follows = "";
};
Expand Down Expand Up @@ -177,12 +176,12 @@
};

# my own wm
comfywm = {
url = "git+ssh://[email protected]:2222/isabel/comfywm";
# url = "path:/home/isabel/dev/comfywm";

inputs.nixpkgs.follows = "nixpkgs";
};
# comfywm = {
# url = "git+ssh://[email protected]:2222/isabel/comfywm";
# # url = "path:/home/isabel/dev/comfywm";
#
# inputs.nixpkgs.follows = "nixpkgs";
# };

# ghostty a new terminal emulator
ghostty = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
imports = [
./environment.nix # configuration for the environment
./hyprland.nix # hyprland specific environment configuration
./comfywm.nix # configuration for the comfy window manager
# ./comfywm.nix # configuration for the comfy window manager
./services.nix # configuration for the wayland services
];
}

0 comments on commit f66ba1d

Please sign in to comment.