mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-26 06:02:34 -05:00
move git config into nix
This commit is contained in:
parent
8dbccc93e3
commit
46519f4bf7
2 changed files with 0 additions and 5 deletions
|
|
@ -1 +0,0 @@
|
|||
exec i3
|
||||
|
|
@ -30,9 +30,6 @@ in {
|
|||
homeDirectory = "/home/crow";
|
||||
stateVersion = "24.05";
|
||||
|
||||
# Tools
|
||||
file.".config/git/config".source = ./configs/git/git.conf;
|
||||
|
||||
# Hyprland
|
||||
file.".config/hypr/hyprland.conf".source = ./configs/hypr/hyprland.conf;
|
||||
file.".config/hypr/monitors.conf".source = lib.mkIf (hyprMonitorConfig != null) hyprMonitorConfig;
|
||||
|
|
@ -46,7 +43,6 @@ in {
|
|||
|
||||
# i3
|
||||
file.".config/i3/config".source = ./configs/i3/i3.conf;
|
||||
file."/home/crow/.xinitrc".source = ./configs/x11/xinitrc;
|
||||
};
|
||||
|
||||
xdg = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue