Compare commits
10 Commits
37f76136fd
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc1befd14c | ||
|
|
9622136961 | ||
|
|
1a6be53dbc | ||
|
|
807468c9dc | ||
|
|
7db88db7ca | ||
|
|
a1d4b6cf52 | ||
|
|
57facb6208 | ||
|
|
f48a4d0a67 | ||
|
|
398c4bdf94 | ||
|
|
68148376c1 |
@@ -22,6 +22,8 @@
|
|||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
networking.hostName = "ArcticFox"; # Define your hostname.
|
networking.hostName = "ArcticFox"; # Define your hostname.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
security.pam.services.hyprland.enableGnomeKeyring = true;
|
||||||
|
|
||||||
# Configure network proxy if necessary networking.proxy.default = "http://user:password@proxy:port/";
|
# Configure network proxy if necessary networking.proxy.default = "http://user:password@proxy:port/";
|
||||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||||
@@ -87,6 +89,10 @@
|
|||||||
services.displayManager.defaultSession = "hyprland";
|
services.displayManager.defaultSession = "hyprland";
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
|
||||||
|
services.xserver.virtualScreen = {
|
||||||
|
x = 6400;
|
||||||
|
y = 3582;
|
||||||
|
};
|
||||||
#hyprland
|
#hyprland
|
||||||
programs.hyprland.enable = true;
|
programs.hyprland.enable = true;
|
||||||
programs.hyprland.xwayland.enable = true;
|
programs.hyprland.xwayland.enable = true;
|
||||||
@@ -94,8 +100,6 @@
|
|||||||
#programs.hyprland.withUWSM = true;
|
#programs.hyprland.withUWSM = true;
|
||||||
#
|
#
|
||||||
|
|
||||||
hardware.opentabletdriver.enable = true;
|
|
||||||
|
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
|
|||||||
@@ -14,7 +14,12 @@
|
|||||||
|
|
||||||
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"];
|
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"];
|
||||||
boot.kernelModules = ["kvm-amd" "amdgpu"];
|
boot.kernelModules = ["kvm-amd" "amdgpu"];
|
||||||
boot.extraModulePackages = [];
|
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||||
|
v4l2loopback
|
||||||
|
];
|
||||||
|
boot.extraModprobeConfig = ''
|
||||||
|
options v4l2loop devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1
|
||||||
|
'';
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/50366080-c1da-4726-b930-e5cd619afaaa";
|
device = "/dev/disk/by-uuid/50366080-c1da-4726-b930-e5cd619afaaa";
|
||||||
|
|||||||
@@ -81,5 +81,11 @@
|
|||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
todoist-electron
|
todoist-electron
|
||||||
planify
|
planify
|
||||||
|
kdePackages.wacomtablet
|
||||||
|
wlr-randr
|
||||||
|
nwg-displays
|
||||||
|
discord
|
||||||
|
obs-studio
|
||||||
|
hyprpolkitagent
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user