Updates, Regression on Proton & Addition of pass

This commit is contained in:
Lyes Saadi 2025-04-23 10:49:55 +02:00
parent 02c1ed3ea7
commit 653eec66d9
Signed by: lyes
GPG key ID: 55A1D803917CF39A
6 changed files with 73 additions and 38 deletions

View file

@ -5,6 +5,7 @@
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.11";
# home-manager.url = "github:nix-community/home-manager/release-24.11";
home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
@ -20,6 +21,7 @@
self,
nixpkgs,
nixpkgs-unstable,
nixpkgs-stable,
nixos-hardware,
nix-flatpak,
disko,