stylix, formatting

This commit is contained in:
tristan 2023-12-11 09:26:41 +00:00
parent d3649cf6e2
commit 3409811d55
13 changed files with 376 additions and 166 deletions

View file

@ -10,9 +10,10 @@
hyprland = {
url = "github:hyprwm/Hyprland";
};
stylix.url = "github:danth/stylix";
};
outputs = { nixpkgs, home-manager, hyprland, ... } @inputs :
outputs = { nixpkgs, home-manager, hyprland, stylix, ... } @inputs :
let
system = "x86_64-linux";
lib = nixpkgs.lib;
@ -24,10 +25,10 @@
{
nixosConfigurations = {
zenix = mkConf "zenix" {
inherit inputs nixpkgs system user userName home-manager hyprland;
inherit inputs nixpkgs system user userName home-manager;
};
FCS-Tristan-Nixbook = mkConf "work" {
inherit inputs nixpkgs system user userName home-manager hyprland;
inherit inputs nixpkgs system user userName home-manager;
work = true;
};
};