Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Mar 10, 2024
1 parent ced71e0 commit 80a07dd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/configurations/nixos/mai/_configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
# services.printing.enable = true;

# Enable sound.
# sound.enable = true;
# hardware.pulseaudio.enable = true;
sound.enable = true;
hardware.pulseaudio.enable = true;

# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
Expand All @@ -55,10 +55,6 @@
users.users.yousiki = {
isNormalUser = true;
extraGroups = ["wheel"]; # Enable ‘sudo’ for the user.
packages = with pkgs; [
firefox
tree
];
};

# List packages installed in system profile. To search, run:
Expand Down

0 comments on commit 80a07dd

Please sign in to comment.