Enable xrdp, replace exa with eza
This commit is contained in:
parent
c5ff668300
commit
50ba75cdbb
2
base.nix
2
base.nix
|
@ -42,7 +42,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
bat
|
||||
bottom
|
||||
exa
|
||||
unstable.eza
|
||||
git
|
||||
gnugrep
|
||||
gnutar
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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" ];
|
||||
|
|
Loading…
Reference in New Issue