feat: more modules
This commit is contained in:
parent
2c70c86c8e
commit
98b71eeddc
5 changed files with 83 additions and 22 deletions
|
@ -22,13 +22,6 @@
|
|||
notoPackage = pkgs.noto-fonts-lgc-plus;
|
||||
};
|
||||
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
pulse.enable = true;
|
||||
wireplumber.enable = true;
|
||||
};
|
||||
|
||||
xserver.xkb = {
|
||||
layout = "us";
|
||||
options = "eurosign:e,ctrl:nocaps";
|
||||
|
@ -38,19 +31,9 @@
|
|||
openssh.enable = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
config = {
|
||||
user = {
|
||||
name = "Artur Manuel";
|
||||
email = "balkenix@outlook.com";
|
||||
signingKey = "~/.ssh/id_ed25519";
|
||||
};
|
||||
};
|
||||
};
|
||||
neovim.enable = true;
|
||||
chromium.enable = true;
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
|
@ -59,13 +42,19 @@
|
|||
nil
|
||||
statix
|
||||
deadnix
|
||||
chromium
|
||||
alejandra
|
||||
wget
|
||||
;
|
||||
};
|
||||
|
||||
alqueva.sddm.enable = true;
|
||||
alqueva = {
|
||||
sddm.enable = true;
|
||||
git.enable = true;
|
||||
qutebrowser.enable = true;
|
||||
pipewire.enable = true;
|
||||
};
|
||||
|
||||
programs.neovim.enable = true;
|
||||
networking.networkmanager.enable = true;
|
||||
time.timeZone = "Europe/London";
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue