This commit is contained in:
Martin Benonisen 2024-03-21 19:26:22 +01:00
parent 87981f3ebb
commit 4147cf356b
Signed by: mbeno
SSH Key Fingerprint: SHA256:iAzOA1WUAxocdh/WRWXcSg5nw2dJ1aDCvPuT+3ZjkwI
3 changed files with 5 additions and 9 deletions

View File

@ -3,11 +3,6 @@
# Enable OpenGL
# Load nvidia driver for Xorg and Wayland
environment.pathsToLink = [ "/libexec" ];
imports =
[
# Include the results of the hardware scan.
./hardware-configuration.nix
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
@ -31,9 +26,9 @@
enable = true;
xdgOpenUsePortal = true;
config = {
i3 = {
common = {
default = [
"gtk"
"*"
];
};
};

View File

@ -8,7 +8,6 @@
description = "Martin";
extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [
firefox
alacritty
mumble
zoom

View File

@ -22,8 +22,10 @@
./services/ssh-office.nix
./services/gnome-keyring.nix
];
firefox.enable = true;
# firefox.enable = true;
tmux.enable = true;
firefox.enable = true;
xdg.enable = true;
home = {
username = "${user}";
homeDirectory = "/home/${user}";