fixed monitor layout settings, disabled waybar as it was crashing

This commit is contained in:
Gabriella Bere 2024-08-22 14:52:58 +01:00
parent d8fe6533ef
commit a8511b0ac4
3 changed files with 11 additions and 10 deletions

View file

@ -9,7 +9,7 @@
# Home manager using nixos-unstable
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "stablepkgs";
inputs.nixpkgs.follows = "nixpkgs";
};
};