mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
update/format configuration for jack
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# Audio configuration for NixOS using PipeWire
|
||||
{
|
||||
security.rtkit.enable = true;
|
||||
services.pulseaudio.enable = false;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Bluetooth configuration for NixOS
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [blueman];
|
||||
hardware.bluetooth = {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Docker is a containerization platform that allows you to run applications in isolated environments called containers.
|
||||
{config, ...}: {
|
||||
virtualisation.docker.enable = true;
|
||||
users.users."${config.var.username}".extraGroups = ["docker"];
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Fonts configuration for NixOS
|
||||
{pkgs, ...}: {
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Home-manager configuration for NixOS
|
||||
{inputs, ...}: {
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Hyprland is a dynamic tiling Wayland compositor.
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Nix configuration for NixOS
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# Nvidia configuration for NixOS with Wayland and Hyprland support
|
||||
# Import this module only if you have an Nvidia GPU
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# Omen laptop configuration for NixOS
|
||||
# Import this only if you have an HP Omen laptop
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Systemd-boot configuration for NixOS
|
||||
{pkgs, ...}: {
|
||||
boot = {
|
||||
bootspec.enable = true;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Users configuration for NixOS
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Misc
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
|
||||
Reference in New Issue
Block a user