Compare commits

...

4 commits

Author SHA1 Message Date
Aaron Honeycutt
3108fa3aea remove unused parts in config 2025-02-18 00:32:06 +00:00
Aaron Honeycutt
48a10d20ac Edit configuration.nix 2025-02-18 00:16:07 +00:00
Aaron Honeycutt
bd1e514eea remove nix-software-center 2025-02-17 23:40:08 +00:00
Aaron Honeycutt
889fbacb3f Edit configuration.nix 2025-02-17 21:32:08 +00:00
3 changed files with 2 additions and 9 deletions

View file

@ -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;

View file

@ -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";

View file

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