Switch to Wayland
This commit is contained in:
parent
b19476f92b
commit
64e94d4ff8
22 changed files with 503 additions and 1040 deletions
|
|
@ -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, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue