Switch to Wayland

This commit is contained in:
Paul-Henri Froidmont 2024-06-23 02:36:51 +02:00
parent b19476f92b
commit 64e94d4ff8
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
22 changed files with 503 additions and 1040 deletions

View file

@ -2,6 +2,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
@ -16,6 +17,10 @@
url = "github:sachnr/gruvbox-kvantum-themes";
flake = false;
};
flameshot-git = {
url = "github:flameshot-org/flameshot";
flake = false;
};
};
outputs = inputs@{ self, home-manager, nixpkgs, nixpkgs-unstable, ... }: