add ghostty configuration and update flake.lock for new dependencies
All checks were successful
Nix Format Check / check-format (push) Successful in 40s

This commit is contained in:
2024-12-30 15:00:15 +01:00
parent f3e07bad16
commit b5e2bb933f
5 changed files with 130 additions and 3 deletions

View File

@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
hyprland.url = "github:hyprwm/hyprland";
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
@ -21,7 +21,7 @@
hyprland,
hyprland-plugins,
ghostty,
# nixos-cosmic,
nixos-cosmic,
}:
let
system = "x86_64-linux";
@ -51,6 +51,7 @@
hyprland
hyprland-plugins
ghostty
nixos-cosmic
;
isWorkstation = true;
isServer = false;
@ -70,6 +71,7 @@
hyprland
hyprland-plugins
ghostty
nixos-cosmic
;
isWorkstation = true;
isServer = false;