From dedff3809b3d0bca1ad309cfb6e7648b029485f4 Mon Sep 17 00:00:00 2001 From: Julian T Date: Sun, 28 Mar 2021 00:24:28 +0100 Subject: Move more things from core to desktop, and add iso file --- core.nix | 44 ++++---------------------------------------- 1 file changed, 4 insertions(+), 40 deletions(-) (limited to 'core.nix') diff --git a/core.nix b/core.nix index 7c71927..801a940 100644 --- a/core.nix +++ b/core.nix @@ -13,14 +13,8 @@ }; }; - # Enable sound. - sound.enable = true; - hardware = { - opengl.enable = true; enableRedistributableFirmware = true; - - bluetooth.enable = false; }; networking = { @@ -50,29 +44,6 @@ # Enable the OpenSSH daemon. # services.openssh.enable = true; - programs = { - ssh.startAgent = false; - gnupg.agent = { - enable = true; - enableSSHSupport = true; - pinentryFlavor = "gtk2"; - }; - }; - programs.dconf.enable = true; - - services = { - udev.packages = [ pkgs.yubikey-personalization ]; - }; - - # Define a user account. Don't forget to set a password with ‘passwd’. - users.users.julian = { - isNormalUser = true; - shell = pkgs.zsh; - extraGroups = [ "wheel" "video" "vboxusers" "cdrom" ]; - }; - - virtualisation.docker.enable = false; - # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you @@ -85,17 +56,10 @@ environment = { systemPackages = with pkgs; [ # General stuff - wget vim neovim git htop zsh stow pass tree dnsutils gnupg zip - unzip tig file imagemagick whois nmap usbutils lshw gnumake - aspell aspellDicts.da aspellDicts.en pv acpi jq killall netcat-gnu perl gopass - cowsay gdb man-pages sox gcc binutils python3 python - - # Nixos stuff - nox - - # Network stuff - networkmanagerapplet networkmanager-openconnect iw batctl - wirelesstools + wget vim neovim git htop zsh tree dnsutils zip + unzip tig file whois nmap usbutils lshw gnumake + aspell pv jq killall netcat-gnu perl + cowsay man-pages gcc binutils python3 python ]; }; } -- cgit v1.2.3