Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Dec 7, 2024
1 parent be66b0c commit 0d4e3ec
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 42 deletions.
107 changes: 68 additions & 39 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions hosts/nixos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
services.printing.enable = true;

# Enable sound with pipewire.
sound.enable = true;
# sound.enable = true;
hardware.pulseaudio.enable = false;
hardware.nvidia.open = true;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
Expand Down Expand Up @@ -143,13 +144,12 @@
nix.settings.auto-optimise-store = true;

fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; })
fira-code
];

# Docker
virtualisation.docker = {
enable = true;
package = pkgs.docker_24;
};
# LXD
virtualisation.lxd = {
Expand Down

0 comments on commit 0d4e3ec

Please sign in to comment.