changes on main pc
This commit is contained in:
parent
60ebe96728
commit
2ef8eba58a
20 changed files with 155 additions and 84 deletions
21
flake.nix
21
flake.nix
|
|
@ -10,7 +10,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# hyprland
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
# zen browser (communautaire) — follows pour partager les libs système
|
||||
zen-browser = {
|
||||
|
|
@ -18,15 +18,14 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
noctalia = {
|
||||
url = "github:noctalia-dev/noctalia/legacy-v4";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
lavi = {
|
||||
url = "github:b0o/lavi";
|
||||
inputs.nixpkgs.follows = "lavi";
|
||||
};
|
||||
#noctalia = {
|
||||
# url = "github:noctalia-dev/noctalia/legacy-v4";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
#};
|
||||
#lavi = {
|
||||
# url = "github:b0o/lavi";
|
||||
# inputs.nixpkgs.follows = "lavi";
|
||||
#};
|
||||
stylix = {
|
||||
url = "github:danth/stylix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -37,7 +36,7 @@
|
|||
# "specialArgs" et "extraSpecialArgs. inputs.hyprland pourra être utilisé dans n'importe
|
||||
# quel fichier importé sans avoir à redéclarer dans flake.nix
|
||||
# - ajouter dans la ligne d'outputs les nouveaux packages ajoutés en input !
|
||||
outputs = inputs@{ self, nixpkgs, home-manager, hyprland, nixos-hardware, zen-browser, noctalia, lavi, stylix, ... }: {
|
||||
outputs = inputs@{ self, nixpkgs, home-manager, hyprland, nixos-hardware, zen-browser, stylix, ... }: {
|
||||
nixosConfigurations.nixos-home = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue