use stuff
This commit is contained in:
parent
5e6c22caa0
commit
430fdc9c1d
@ -149,8 +149,6 @@ in {
|
||||
"dconf"
|
||||
];
|
||||
files = l.flatten [
|
||||
".config/wallpaper"
|
||||
".config/wallpaper.mp4"
|
||||
".config/gnome-initial-setup-done"
|
||||
(lib.removePrefix "~/" config.programs.ssh.userKnownHostsFile)
|
||||
];
|
||||
@ -172,21 +170,6 @@ in {
|
||||
x11.enable = true;
|
||||
};
|
||||
|
||||
# gtk = {
|
||||
# enable = true;
|
||||
|
||||
# font = {
|
||||
# inherit (config.settings.font.regular) name package;
|
||||
# };
|
||||
|
||||
# gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||
|
||||
# theme = {
|
||||
# name = "Yaru-dark";
|
||||
# package = pkgs.yaru-theme;
|
||||
# };
|
||||
# };
|
||||
|
||||
home = {
|
||||
homeDirectory = nixosConfig.users.users.patriot.home;
|
||||
packages = with pkgs; [
|
||||
@ -225,12 +208,6 @@ in {
|
||||
userName = name;
|
||||
userEmail = email;
|
||||
};
|
||||
zsh.loginExtra = ''
|
||||
if [[ "$(tty)" == "/dev/tty1" ]]; then
|
||||
export WLR_DRM_DEVICES=/dev/dri/card0
|
||||
exec sway --unsupported-gpu
|
||||
fi
|
||||
'';
|
||||
};
|
||||
services = {
|
||||
gpg-agent = let
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 230 KiB After Width: | Height: | Size: 6.7 MiB |
Loading…
Reference in New Issue
Block a user