forked from colonelpanic/dotfiles
[NixOS] Remove arm incompatible from desktop.nix
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
@@ -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
|
||||
|
@@ -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;
|
||||
|
Submodule nixos/nixpkgs updated: f2406198ea...4a729ce4b1
@@ -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";
|
||||
|
Reference in New Issue
Block a user