feat: glfw

This commit is contained in:
2024-11-09 23:12:03 +01:00
parent 2efc1ac3f4
commit 7ceec2ac09
4 changed files with 41 additions and 3 deletions

37
flake.lock generated
View File

@@ -1081,6 +1081,22 @@
"type": "indirect" "type": "indirect"
} }
}, },
"nixpkgs_8": {
"locked": {
"lastModified": 1727348695,
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1731157072, "lastModified": 1731157072,
@@ -1135,7 +1151,8 @@
"nur": "nur", "nur": "nur",
"spicetify-nix": "spicetify-nix", "spicetify-nix": "spicetify-nix",
"split-monitor-workspaces": "split-monitor-workspaces", "split-monitor-workspaces": "split-monitor-workspaces",
"stylix": "stylix" "stylix": "stylix",
"zen-browser": "zen-browser"
} }
}, },
"rust-overlay": { "rust-overlay": {
@@ -1432,6 +1449,24 @@
"repo": "xdg-desktop-portal-hyprland", "repo": "xdg-desktop-portal-hyprland",
"type": "github" "type": "github"
} }
},
"zen-browser": {
"inputs": {
"nixpkgs": "nixpkgs_8"
},
"locked": {
"lastModified": 1727721329,
"narHash": "sha256-QYlWZwUSwrM7BuO+dXclZIwoPvBIuJr6GpFKv9XKFPI=",
"owner": "MarceColl",
"repo": "zen-browser-flake",
"rev": "e6ab73f405e9a2896cce5956c549a9cc359e5fcc",
"type": "github"
},
"original": {
"owner": "MarceColl",
"repo": "zen-browser-flake",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View File

@@ -6,6 +6,7 @@
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
nix-alien.url = "github:thiagokokada/nix-alien"; nix-alien.url = "github:thiagokokada/nix-alien";
zen-browser.url = "github:MarceColl/zen-browser-flake";
hyprsunset.url = "github:hyprwm/hyprsunset"; hyprsunset.url = "github:hyprwm/hyprsunset";
hyprsysteminfo.url = "github:/hyprwm/hyprsysteminfo"; hyprsysteminfo.url = "github:/hyprwm/hyprsysteminfo";

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: { inputs, pkgs, ... }:
{ {
programs.direnv.enable = true; programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true; programs.direnv.nix-direnv.enable = true;
@@ -57,6 +57,7 @@
helio-workstation helio-workstation
keepassxc keepassxc
vesktop vesktop
inputs.zen-browser.packages."${system}".default
# > gaming < # # > gaming < #
prismlauncher prismlauncher
@@ -83,5 +84,6 @@
nixfmt-rfc-style nixfmt-rfc-style
nemo nemo
nixd nixd
glfw-wayland-minecraft
]; ];
} }

View File

@@ -4,7 +4,7 @@
gamma = 0.8; gamma = 0.8;
sunrise = "7:00"; sunrise = "7:00";
sunset = "19:00"; sunset = "21:00";
temperature.night = 4000; temperature.night = 4000;
}; };