mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Compare commits
4 commits
758dba2c7e
...
3108fa3aea
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3108fa3aea | ||
![]() |
48a10d20ac | ||
![]() |
bd1e514eea | ||
![]() |
889fbacb3f |
3 changed files with 2 additions and 9 deletions
|
@ -81,16 +81,10 @@
|
|||
# Packages from Flake Inputs
|
||||
#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
|
||||
## Turn off PulseAudio
|
||||
services.pulseaudio.enable = false;
|
||||
#services.pulseaudio.enable = false;
|
||||
|
||||
# Enable Pipewire
|
||||
security.rtkit.enable = true;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
url = github:nix-community/disko/latest;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nix-software-center.url = "github:snowfallorg/nix-software-center";
|
||||
nixos-cosmic = {
|
||||
url = "github:lilyinstarlight/nixos-cosmic";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
# Name your host machine
|
||||
networking.hostName = "lemp13";
|
||||
networking.hostName = "garrus";
|
||||
|
||||
# System76
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue