mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-18 19:43:07 +00:00
chore(nixos): update configurations and add README
Also set wakatime project name for @hackclub High Seas and for coding stats Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
824366c5dd
commit
18b7c4e226
15 changed files with 101 additions and 28 deletions
|
@ -2,20 +2,20 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ pkgs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
|
||||
# We're also importing them below just in case
|
||||
../../shared/meta-configs.nix
|
||||
../../shared/networking.nix
|
||||
../../shared/locale.nix
|
||||
../../shared/firewall.nix
|
||||
../../shared/kde-plasma.nix
|
||||
../../shared/tailscale.nix
|
||||
../../shared/ssh.nix
|
||||
../../shared/vscode-extensions.nix
|
||||
../../shared/locale.nix
|
||||
../../shared/kde-plasma.nix
|
||||
../../shared/bluetooth.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
@ -46,7 +46,14 @@
|
|||
services.printing.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
hardware.pulseaudio.enable = false;
|
||||
#hardware.pulseaudio = {
|
||||
# enable = true;
|
||||
# package = pkgs.pulseaudioFull;
|
||||
#};
|
||||
#hardware.pulseaudio.extraConfig = "
|
||||
# load-module module-switch-on-connect
|
||||
#";
|
||||
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
vscExts = (import ../../../shared/vscode-extensions.nix) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue