Enable xrdp, replace exa with eza

This commit is contained in:
Felix Albrigtsen 2023-09-22 12:32:13 +02:00
parent 5c6c83856c
commit 83061e2976
3 changed files with 12 additions and 3 deletions

View File

@ -42,7 +42,7 @@
environment.systemPackages = with pkgs; [
bat
bottom
exa
unstable.eza
git
gnugrep
gnutar

View File

@ -4,6 +4,8 @@
enable = true;
desktopManager.xfce.enable = true;
videoDrivers = [ "nvidia" ];
layout = "us,no";
xkbVariant = "intl";
};
services.picom.enable = true;
hardware.opengl.enable = true;
@ -30,4 +32,11 @@
})
];
};
# Remote:
services.xrdp = {
enable = true;
defaultWindowManager = "xfce4-session";
openFirewall = true;
};
}

View File

@ -13,7 +13,7 @@
bottom
cocoapods
emacs
exa
unstable.eza
gnutar
iterm2
ncdu
@ -29,7 +29,7 @@
programs.zsh = {
shellAliases."rebuild" = "darwin-rebuild switch --flake /Users/felixalb/nix";
prezto.pmodules = [ "ssh" ];
}
};
# Copy Applications to ~/Applications to allow them to be launched from Spotlight
disabledModules = [ "targets/darwin/linkapps.nix" ];