diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-01-29 12:30:37 -0500 | 
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-01-29 12:30:37 -0500 | 
| commit | 6b3c30c700976b22d978fe6247682d6d183260af (patch) | |
| tree | c57813f415025354a4098a3cedb32ad6ffe0f638 /home-config/nix-home-manager | |
| parent | cd99ce84467b2d6140cf6805f80669d274d12274 (diff) | |
Added chromium, delta is git pager, updated hyprland and friends
Diffstat (limited to 'home-config/nix-home-manager')
| -rw-r--r-- | home-config/nix-home-manager/flake.nix | 6 | ||||
| -rw-r--r-- | home-config/nix-home-manager/home.nix | 3 | 
2 files changed, 6 insertions, 3 deletions
| diff --git a/home-config/nix-home-manager/flake.nix b/home-config/nix-home-manager/flake.nix index f600506..60a9c5a 100644 --- a/home-config/nix-home-manager/flake.nix +++ b/home-config/nix-home-manager/flake.nix | |||
| @@ -17,16 +17,16 @@ | |||
| 17 | inputs.nixpkgs.follows = "nixpkgs"; | 17 | inputs.nixpkgs.follows = "nixpkgs"; | 
| 18 | }; | 18 | }; | 
| 19 | hyprland = { | 19 | hyprland = { | 
| 20 | url = "github:hyprwm/hyprland/0dc7367a7006cc3cc877d52bf34c4998144bff84"; | 20 | url = "github:hyprwm/hyprland/v0.47.0"; | 
| 21 | inputs.nixpkgs.follows = "nixpkgs"; | 21 | inputs.nixpkgs.follows = "nixpkgs"; | 
| 22 | inputs.aquamarine.url = "github:hyprwm/aquamarine/7fe006981fae53e931f513026fc754e322f13145"; | 22 | inputs.aquamarine.url = "github:hyprwm/aquamarine/v0.7.2"; | 
| 23 | }; | 23 | }; | 
| 24 | nixgl = { | 24 | nixgl = { | 
| 25 | url = "github:ryan77627/nixGL/3865170cbc23b32ec7cc8df1ec811fd44b6c2a58"; | 25 | url = "github:ryan77627/nixGL/3865170cbc23b32ec7cc8df1ec811fd44b6c2a58"; | 
| 26 | inputs.nixpkgs.follows = "nixpkgs"; | 26 | inputs.nixpkgs.follows = "nixpkgs"; | 
| 27 | }; | 27 | }; | 
| 28 | wpaperd = { | 28 | wpaperd = { | 
| 29 | url = "github:danyspin97/wpaperd/7865433233ff58f33ca4af94fd5031e26f409f52"; | 29 | url = "github:danyspin97/wpaperd/b0b7e66fd32dca36c431a174784a2e87af7edb77"; | 
| 30 | inputs.nixpkgs.follows = "nixpkgs"; | 30 | inputs.nixpkgs.follows = "nixpkgs"; | 
| 31 | }; | 31 | }; | 
| 32 | #mozff.url = "github:mozilla/nixpkgs-mozilla"; | 32 | #mozff.url = "github:mozilla/nixpkgs-mozilla"; | 
| diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index cf1b56e..bdb3b08 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
| @@ -400,6 +400,9 @@ | |||
| 400 | taskwarrior3 | 400 | taskwarrior3 | 
| 401 | delta | 401 | delta | 
| 402 | 402 | ||
| 403 | # Here until i can fix firefox's stupid devtools issue | ||
| 404 | chromium | ||
| 405 | |||
| 403 | # Wrapped programs for some env variables | 406 | # Wrapped programs for some env variables | 
| 404 | (pkgs.writeScriptBin "hyprlock" '' | 407 | (pkgs.writeScriptBin "hyprlock" '' | 
| 405 | #! ${pkgs.bash}/bin/bash | 408 | #! ${pkgs.bash}/bin/bash | 
