mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Compare commits
4 commits
758dba2c7e
...
3108fa3aea
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3108fa3aea | ||
![]() |
48a10d20ac | ||
![]() |
bd1e514eea | ||
![]() |
889fbacb3f |
3 changed files with 2 additions and 9 deletions
|
@ -82,15 +82,9 @@
|
||||||
#inputs.nix-software-center.packages.${system}.nix-software-center
|
#inputs.nix-software-center.packages.${system}.nix-software-center
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.nix-ld.enable = true;
|
|
||||||
programs.nix-ld.libraries = with pkgs; [
|
|
||||||
# Add any missing dynamic libraries for unpackaged programs
|
|
||||||
# here, NOT in environment.systemPackages
|
|
||||||
];
|
|
||||||
|
|
||||||
# Enable/Disable hardware
|
# Enable/Disable hardware
|
||||||
## Turn off PulseAudio
|
## Turn off PulseAudio
|
||||||
services.pulseaudio.enable = false;
|
#services.pulseaudio.enable = false;
|
||||||
|
|
||||||
# Enable Pipewire
|
# Enable Pipewire
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
url = github:nix-community/disko/latest;
|
url = github:nix-community/disko/latest;
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nix-software-center.url = "github:snowfallorg/nix-software-center";
|
|
||||||
nixos-cosmic = {
|
nixos-cosmic = {
|
||||||
url = "github:lilyinstarlight/nixos-cosmic";
|
url = "github:lilyinstarlight/nixos-cosmic";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
# Name your host machine
|
# Name your host machine
|
||||||
networking.hostName = "lemp13";
|
networking.hostName = "garrus";
|
||||||
|
|
||||||
# System76
|
# System76
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue