Compare commits

..

No commits in common. "3108fa3aea6e4a922bc7574a73bacad5d0f9f786" and "758dba2c7ece46d080d768f19df53c3ed670862b" have entirely different histories.

3 changed files with 9 additions and 2 deletions

View file

@ -82,9 +82,15 @@
#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;

View file

@ -8,6 +8,7 @@
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";

View file

@ -2,7 +2,7 @@
{ {
# Name your host machine # Name your host machine
networking.hostName = "garrus"; networking.hostName = "lemp13";
# System76 # System76
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [