Compare commits

..

No commits in common. "3ca03b83ed59cf73cd5e9194f721b0f1e390cf92" and "2d423aa52125d10ead073f59a1d3180213d63e50" have entirely different histories.

5 changed files with 21 additions and 19 deletions

View file

@ -1,8 +1,8 @@
{
inputs,
hy3,
pkgs,
...
}: {
} : {
home.file = {
".config/hypr/hyprland.conf.d".source = ./hyprland.conf.d;
};
@ -14,7 +14,7 @@
wayland.windowManager.hyprland = {
enable = true;
extraConfig = builtins.readFile ./hyprland.conf;
plugins = [inputs.hy3.packages.${pkgs.system}.hy3];
plugins = [ hy3.packages.${pkgs.system}.hy3 ];
};
# bar is required

View file

@ -44,15 +44,16 @@
]
},
"locked": {
"lastModified": 1726838624,
"narHash": "sha256-SU40aZ/UyK4bhuanaWvqlhIw2/kiDrGYcKxCkTn5FP8=",
"lastModified": 1690751248,
"narHash": "sha256-al5+aqPKL2VtCnuMccafyl4hQqZn+xIaG7vLuhGWfvE=",
"owner": "nix-community",
"repo": "disko",
"rev": "0fe779905ffe730eace0bf7ecf56938c625012a5",
"rev": "67c4508ce9a778f429a5af3571f49733fd3e8a05",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "make-disk-image",
"repo": "disko",
"type": "github"
}

View file

@ -9,7 +9,7 @@
};
disko = {
url = "github:nix-community/disko";
url = "github:nix-community/disko/make-disk-image";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -28,8 +28,9 @@
nixpkgs,
disko,
home-manager,
hy3,
...
} @ inputs: let
}: let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
in {
@ -47,7 +48,7 @@
"gaspard" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {inherit inputs;};
extraSpecialArgs = {inherit hy3;};
modules = [
./users/gaspard.nix
];
@ -56,7 +57,7 @@
"culisg@im2ag" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {inherit inputs;};
extraSpecialArgs = {inherit hy3;};
modules = [
./users/culisg.nix
];

View file

@ -7,9 +7,9 @@
programs.direnv.enable = true;
imports = [
../shell
../term
../editor
../de
../../shell
../../term
../../editor
../../de
];
}

View file

@ -7,9 +7,9 @@
programs.direnv.enable = true;
imports = [
../shell
../term
../editor
../de
../../shell
../../term
../../editor
../../de
];
}