aaaaaaaaaaaaaaaaaaaaaaaaa

This commit is contained in:
Gabriel 2022-08-12 12:14:32 +02:00
commit 55b1c49913
6 changed files with 214 additions and 66 deletions

View file

@ -3,13 +3,16 @@
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
../common.nix
];
jade = {
desktop.enable = true;
};
# monitor control
services.ddccontrol.enable = true;
@ -27,14 +30,6 @@
hardware.bluetooth.enable = true;
hardware.keyboard.uhk.enable = true;
users.users.jade = {
isNormalUser = true;
extraGroups = [ "wheel" "input" "uinput" "libvirtd" ];
packages = with pkgs; [
];
};
# missing: menu-qalc picom-jonaburg
environment.systemPackages = with pkgs; [
# TODO: clean up.
@ -44,24 +39,6 @@
"/share/nix-direnv"
];
services.flatpak.enable = true;
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
fonts.fonts = with pkgs; [
nerdfonts montserrat noto-fonts
];
programs.mtr.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
services.openssh.enable = true;
services.blueman.enable = true;
services.gnome.gnome-keyring.enable = true;