[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, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
spotify discord
google-chrome google-chrome
keybase-gui
pommed_light pommed_light
tor-browser-bundle-bin slack
spicetify-cli spicetify-cli
spotify
tor-browser-bundle-bin
]; ];
} }

View File

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

View File

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

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

View File

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