ran alejandra formatter
This commit is contained in:
parent
f30534ffa9
commit
48780cfeb8
1 changed files with 54 additions and 61 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Edit this configuration file to define what should be installed on
|
# Edit this configuration file to define what should be installed on
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
# your system. Help is available in the configuration.nix(5) man page
|
||||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||||
|
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
config,
|
||||||
[ # Include the results of the hardware scan.
|
pkgs,
|
||||||
./hardware-configuration.nix
|
...
|
||||||
];
|
}: {
|
||||||
|
imports = [
|
||||||
|
# Include the results of the hardware scan.
|
||||||
|
./hardware-configuration.nix
|
||||||
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
|
@ -21,7 +22,7 @@
|
||||||
"/crypto_keyfile.bin" = null;
|
"/crypto_keyfile.bin" = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.loader.grub.enableCryptodisk=true;
|
boot.loader.grub.enableCryptodisk = true;
|
||||||
|
|
||||||
boot.initrd.luks.devices."luks-955d08e0-c2b1-4cc1-9318-24baa423d4d2".keyFile = "/crypto_keyfile.bin";
|
boot.initrd.luks.devices."luks-955d08e0-c2b1-4cc1-9318-24baa423d4d2".keyFile = "/crypto_keyfile.bin";
|
||||||
boot.initrd.luks.devices."luks-1a4418a8-689c-4826-b589-c574f25c8ba5".keyFile = "/crypto_keyfile.bin";
|
boot.initrd.luks.devices."luks-1a4418a8-689c-4826-b589-c574f25c8ba5".keyFile = "/crypto_keyfile.bin";
|
||||||
|
@ -71,14 +72,12 @@
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = true;
|
||||||
hardware.pulseaudio.support32Bit = true;
|
hardware.pulseaudio.support32Bit = true;
|
||||||
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.forestcat = {
|
users.users.forestcat = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "forestcat";
|
description = "forestcat";
|
||||||
extraGroups = [ "networkmanager" "wheel" "audio" ];
|
extraGroups = ["networkmanager" "wheel" "audio"];
|
||||||
packages = with pkgs; [];
|
packages = with pkgs; [];
|
||||||
};
|
};
|
||||||
users.defaultUserShell = pkgs.nushell;
|
users.defaultUserShell = pkgs.nushell;
|
||||||
|
@ -89,42 +88,41 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
# wget
|
# wget
|
||||||
pkgs.brave
|
pkgs.brave
|
||||||
pkgs.kitty
|
pkgs.kitty
|
||||||
pkgs.swww
|
pkgs.swww
|
||||||
pkgs.rofi-wayland
|
pkgs.rofi-wayland
|
||||||
pkgs.waybar
|
pkgs.waybar
|
||||||
pkgs.dunst
|
pkgs.dunst
|
||||||
pkgs.firefox
|
pkgs.firefox
|
||||||
pkgs.lf
|
pkgs.lf
|
||||||
pkgs.networkmanagerapplet
|
pkgs.networkmanagerapplet
|
||||||
pkgs.discord
|
pkgs.discord
|
||||||
pkgs.element-desktop
|
pkgs.element-desktop
|
||||||
pkgs.wget
|
pkgs.wget
|
||||||
pkgs.helix
|
pkgs.helix
|
||||||
pkgs.unzip
|
pkgs.unzip
|
||||||
pkgs.tldr
|
pkgs.tldr
|
||||||
pkgs.steam
|
pkgs.steam
|
||||||
pkgs.git
|
pkgs.git
|
||||||
pkgs.awesome
|
pkgs.awesome
|
||||||
pkgs.lightdm
|
pkgs.lightdm
|
||||||
pkgs.neofetch
|
pkgs.neofetch
|
||||||
pkgs.pulseaudioFull
|
pkgs.pulseaudioFull
|
||||||
pkgs.toybox
|
pkgs.toybox
|
||||||
pkgs.pavucontrol
|
pkgs.pavucontrol
|
||||||
pkgs.lxappearance
|
pkgs.lxappearance
|
||||||
pkgs.lxappearance-gtk2
|
pkgs.lxappearance-gtk2
|
||||||
pkgs.xorg.xev
|
pkgs.xorg.xev
|
||||||
pkgs.xfce.xfce4-pulseaudio-plugin
|
pkgs.xfce.xfce4-pulseaudio-plugin
|
||||||
pkgs.xbindkeys
|
pkgs.xbindkeys
|
||||||
pkgs.xbindkeys-config
|
pkgs.xbindkeys-config
|
||||||
pkgs.traceroute
|
pkgs.traceroute
|
||||||
pkgs.xorg.xinit
|
pkgs.xorg.xinit
|
||||||
pkgs.nil
|
pkgs.nil
|
||||||
|
];
|
||||||
];
|
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
|
@ -156,26 +154,24 @@
|
||||||
# Enabling wayland
|
# Enabling wayland
|
||||||
# programs.sway.enable = true;
|
# programs.sway.enable = true;
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||||
# services.xserver.wayland.enable = true;
|
# services.xserver.wayland.enable = true;
|
||||||
|
|
||||||
# Enabling awesome WM
|
# Enabling awesome WM
|
||||||
# services.xserver.windowManager.awesome.enable = true;
|
# services.xserver.windowManager.awesome.enable = true;
|
||||||
services.xserver.desktopManager.xfce.enable = true;
|
services.xserver.desktopManager.xfce.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# Enable Flatpack support
|
# Enable Flatpack support
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
# Enabling LightDM
|
# Enabling LightDM
|
||||||
# services.xserver.displayManager.lightdm.enable = true;
|
# services.xserver.displayManager.lightdm.enable = true;
|
||||||
|
|
||||||
# Hyperland
|
# Hyperland
|
||||||
# programs.hyprland = {
|
# programs.hyprland = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# xwayland.enable = true;
|
# xwayland.enable = true;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
WLR_NO_HARDWARE_CURSORS = "1"; # if mouse cursor invisible
|
WLR_NO_HARDWARE_CURSORS = "1"; # if mouse cursor invisible
|
||||||
|
@ -187,12 +183,9 @@
|
||||||
nvidia.modesetting.enable = true;
|
nvidia.modesetting.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Enabling Pipewire for Audio Support
|
# Enabling Pipewire for Audio Support
|
||||||
services.pipewire.enable = true;
|
services.pipewire.enable = true;
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
|
|
||||||
|
|
||||||
# Automatic Garbage collection
|
# Automatic Garbage collection
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
|
@ -202,8 +195,8 @@
|
||||||
};
|
};
|
||||||
#Hardwarebeschleunigung f@r wayland
|
#Hardwarebeschleunigung f@r wayland
|
||||||
# hardware.opengl = {
|
# hardware.opengl = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# driSupport = true;
|
# driSupport = true;
|
||||||
# extraPackages = with pkgs; [ libva libva-utils libva-intel-driver ];
|
# extraPackages = with pkgs; [ libva libva-utils libva-intel-driver ];
|
||||||
# };
|
# };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue