1
0
Fork 0

Switch to SwayFX

This commit is contained in:
Avery 2024-09-05 21:01:29 +02:00
parent 6571feaff7
commit c310042564
Signed by: Avery
GPG key ID: B684FD451B692E04
41 changed files with 1450 additions and 294 deletions

View file

@ -8,7 +8,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim";
url =
"github:nix-community/nixvim/849c2da9d78eb6e6a258b3961df0f2ea1cb1e994";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
@ -19,6 +20,11 @@
url = "github:pjones/plasma-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
ags = {
# url = "github:Aylur/ags";
url = "github:ozwaldorf/ags";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, ... }@inputs: {
@ -36,6 +42,7 @@
useUserPackages = true;
users.avery = {
imports = [
inputs.ags.homeManagerModules.default
inputs.nixvim.homeManagerModules.nixvim
inputs.plasma-manager.homeManagerModules.plasma-manager
./common/home.nix