just some more modifications
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
amdvlk
|
||||
];
|
||||
|
||||
environment.variables.AMD_VULKAN_ICD = "RADV";
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Chicago";
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
@@ -64,10 +66,10 @@
|
||||
};
|
||||
|
||||
# Enable the GNOME Desktop Environment.
|
||||
services.xserver.desktopManager.plasma6.enable = true;
|
||||
programs.hyprland.enable = false;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
services.displayManager.cosmic-greeter.enable = true;
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
# services.xserver.displayManager.cosmic-greeter.enable = true;
|
||||
# Configure keymap in X11
|
||||
services.xserver = {
|
||||
layout = "us";
|
||||
@@ -80,7 +82,6 @@
|
||||
services.printing.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
@@ -105,7 +106,6 @@
|
||||
description = "Joshua Elmasri";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [
|
||||
vivaldi
|
||||
# thunderbird
|
||||
];
|
||||
};
|
||||
@@ -113,6 +113,18 @@
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Configure drives
|
||||
|
||||
fileSystems."/mnt/Games" = {
|
||||
device = "/dev/nvme0n1p1";
|
||||
fsType = "btrfs";
|
||||
options = [
|
||||
"users"
|
||||
"nofail"
|
||||
"x-gvfs-show"
|
||||
"exec"
|
||||
];
|
||||
};
|
||||
|
||||
# Fonts
|
||||
fonts.packages = with pkgs; [
|
||||
@@ -133,6 +145,7 @@
|
||||
dunst
|
||||
just
|
||||
steamtinkerlaunch
|
||||
lunar-client
|
||||
cargo
|
||||
kdePackages.kalk
|
||||
kdePackages.kdenlive
|
||||
@@ -140,18 +153,23 @@
|
||||
ntfs3g
|
||||
(callPackage ./pkgs/warp {})
|
||||
lapce
|
||||
prismlauncher
|
||||
modrinth-app
|
||||
kdePackages.elisa
|
||||
glaxnimate
|
||||
librewolf
|
||||
mlt
|
||||
qt5.full
|
||||
dconf
|
||||
libsForQt5.polonium
|
||||
sublime-music
|
||||
spacedrive
|
||||
openjdk
|
||||
protontricks
|
||||
gamescope
|
||||
playerctl
|
||||
libsForQt5.qt5.qtwebsockets
|
||||
wine
|
||||
alvr
|
||||
bottles
|
||||
cava
|
||||
pop-icon-theme
|
||||
@@ -200,10 +218,8 @@
|
||||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
|
||||
# Enable lakes
|
||||
nix = {
|
||||
package = pkgs.nixUnstable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user