[NixOS] Remove arm incompatible from desktop.nix

This commit is contained in:
Ivan Malison 2023-07-28 01:49:44 +00:00 committed by Kat Huang
parent 18e6bbb3f4
commit a9bdd9103e
5 changed files with 11 additions and 14 deletions

View File

@ -1,10 +1,13 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
spotify
discord
google-chrome
keybase-gui
pommed_light
tor-browser-bundle-bin
slack
spicetify-cli
spotify
tor-browser-bundle-bin
];
}

View File

@ -53,18 +53,15 @@
blueman
clipit
dfeet
discord
dolphin
element-desktop
emacs
feh
firefox
gitter
gnome.cheese
gnome.gpaste
google-chrome
hexchat
keybase-gui
kitty
kleopatra
libnotify
@ -84,8 +81,6 @@
rofi-systemd
simplescreenrecorder
skippy-xd
slack
spotify
synergy
transmission-gtk
vscode

View File

@ -3,9 +3,8 @@
../internet-computer.nix
../raspberry-pi.nix
../base.nix
../desktop.nix
../xmonad.nix
../code.nix
# ../desktop.nix
# ../xmonad.nix
];
services.xrdp.enable = true;

@ -1 +1 @@
Subproject commit f2406198ea0e4e37d4380d0e20336c575b8f8ef9
Subproject commit 4a729ce4b1fe5ec4fffc71c67c96aa5184ebb462

View File

@ -27,7 +27,7 @@
hardware.enableRedistributableFirmware = true;
networking.useDHCP = true;
# networking.useDHCP = true;
networking.interfaces.eth0.useDHCP = true;
networking.interfaces.wlan0.useDHCP = true;
@ -51,7 +51,7 @@
};
nix = {
autoOptimiseStore = true;
auto-optimise-store = true;
gc = {
automatic = true;
dates = "weekly";