use stuff

This commit is contained in:
dusk 2023-03-24 15:59:20 +03:00
parent 5e6c22caa0
commit 430fdc9c1d
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 0 additions and 23 deletions

View File

@ -149,8 +149,6 @@ in {
"dconf" "dconf"
]; ];
files = l.flatten [ files = l.flatten [
".config/wallpaper"
".config/wallpaper.mp4"
".config/gnome-initial-setup-done" ".config/gnome-initial-setup-done"
(lib.removePrefix "~/" config.programs.ssh.userKnownHostsFile) (lib.removePrefix "~/" config.programs.ssh.userKnownHostsFile)
]; ];
@ -172,21 +170,6 @@ in {
x11.enable = true; 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 = { home = {
homeDirectory = nixosConfig.users.users.patriot.home; homeDirectory = nixosConfig.users.users.patriot.home;
packages = with pkgs; [ packages = with pkgs; [
@ -225,12 +208,6 @@ in {
userName = name; userName = name;
userEmail = email; userEmail = email;
}; };
zsh.loginExtra = ''
if [[ "$(tty)" == "/dev/tty1" ]]; then
export WLR_DRM_DEVICES=/dev/dri/card0
exec sway --unsupported-gpu
fi
'';
}; };
services = { services = {
gpg-agent = let gpg-agent = let

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 KiB

After

Width:  |  Height:  |  Size: 6.7 MiB