Configure git
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
dotfiles_hypr = pkgs.fetchgit {
|
||||
url = "https://git.nichkara.eu/dotfiles/hypr";
|
||||
rev = "96f9ca03450049baffbc8a2b71c3a40367edd2a5";
|
||||
sha256 = lib.fakeSha256;
|
||||
};
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wofi
|
||||
@@ -18,4 +25,11 @@
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
home-manager.users.nichkara = { ... }: {
|
||||
home.file.".config/hypr" = {
|
||||
source = dotfiles_hypr;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user