mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
waybar
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -7,7 +7,6 @@
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
};
|
||||
|
||||
@@ -20,7 +19,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
user = "szymon";
|
||||
username = "szymon";
|
||||
# for git
|
||||
email = "szymon_jozef@proton.me";
|
||||
full_name = "Szymon P";
|
||||
@@ -30,10 +29,8 @@
|
||||
"arch" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
extraSpecialArgs = {
|
||||
inherit username email full_name;
|
||||
isNixOS = false;
|
||||
username = user;
|
||||
email = email;
|
||||
full_name = full_name;
|
||||
};
|
||||
modules = [
|
||||
./home.nix
|
||||
@@ -44,10 +41,8 @@
|
||||
"nixos" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
extraSpecialArgs = {
|
||||
inherit username email full_name;
|
||||
isNixOS = true;
|
||||
username = user;
|
||||
email = email;
|
||||
full_name = full_name;
|
||||
};
|
||||
modules = [
|
||||
./home.nix
|
||||
|
||||
Reference in New Issue
Block a user