WIP
This commit is contained in:
24
users/weckyy702/home.nix
Normal file
24
users/weckyy702/home.nix
Normal file
@@ -0,0 +1,24 @@
|
||||
# home-manager config for weckyy702
|
||||
{ pkgs, ...}: {
|
||||
imports = [
|
||||
../../home-manager/core.nix
|
||||
|
||||
#TODO: user programs
|
||||
];
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
||||
# For autologin
|
||||
profileExtra = ''
|
||||
if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" = 1]; then
|
||||
exec uwsm start -S hyprland-uwsm.desktop
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
programs.git.settings = {
|
||||
name = "Weckyy702";
|
||||
email = "konstvelt@gmail.com";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user