aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2024-04-16 10:18:26 +0200
committerKarel Kočí <cynerd@email.cz>2024-04-16 10:18:26 +0200
commit2fcf002e3abff092eafd098fadafa15ea579aae4 (patch)
tree7d5c1617ff3867313c5a373fdd7f2c4ae4c06495 /flake.nix
parente9fcc90c41dbccbb18c7b7314096b854b21ee02a (diff)
downloadnixos-personal-2fcf002e3abff092eafd098fadafa15ea579aae4.tar.gz
nixos-personal-2fcf002e3abff092eafd098fadafa15ea579aae4.tar.bz2
nixos-personal-2fcf002e3abff092eafd098fadafa15ea579aae4.zip
Move from i3blocks to waybar and use fixed bcg
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index c9ae314..a3b18ad 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,8 +2,7 @@
description = "Cynerd's personal flake";
inputs = {
- #nixpkgs.url = "nixpkgs/nixos-unstable";
- nixpkgs.url = "github:cynerd/nixpkgs/bcg-fix-unstable";
+ nixpkgs.url = "nixpkgs/nixos-unstable";
nixos-hardware.url = "nixos-hardware";
nixdeploy.url = "gitlab:cynerd/nixdeploy";
personal-secret.url = "git+ssh://git@cynerd.cz/nixos-personal-secret";