mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Compare commits
3 commits
18c8365f40
...
15a9097acf
Author | SHA1 | Date | |
---|---|---|---|
15a9097acf | |||
7cd01cfc0c | |||
7e05ce1184 |
|
@ -13,7 +13,7 @@
|
|||
../../system/hardware/opengl.nix
|
||||
../../system/hardware/printing.nix
|
||||
../../system/hardware/bluetooth.nix
|
||||
(./. + "../../../system/wm"+("/"+wm)+".nix") # My window manager
|
||||
(./. + "../../../system/wm"+("/"+userSettings.wm)+".nix") # My window manager
|
||||
../../system/app/flatpak.nix
|
||||
../../system/app/virtualization.nix
|
||||
( import ../../system/app/docker.nix {storageDriver = "btrfs"; inherit userSettings lib;} )
|
||||
|
@ -74,7 +74,7 @@
|
|||
isNormalUser = true;
|
||||
description = userSettings.name;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [];
|
||||
packages = [];
|
||||
uid = 1000;
|
||||
};
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
gnugrep gnused
|
||||
killall
|
||||
libnotify
|
||||
timer
|
||||
bat eza fd bottom ripgrep
|
||||
rsync
|
||||
tmux
|
||||
|
|
|
@ -215,10 +215,15 @@
|
|||
bind=SUPER,P,exec,keepmenu
|
||||
bind=SUPERSHIFT,P,exec,hyprprofile-dmenu
|
||||
|
||||
# 3 monitor setup
|
||||
monitor=eDP-1,1920x1080,1000x1200,1
|
||||
monitor=HDMI-A-1,1920x1200,1920x0,1
|
||||
monitor=DP-1,1920x1200,0x0,1
|
||||
|
||||
# 2 monitor setup
|
||||
#monitor=eDP-1,1920x1080,1920x0,1
|
||||
#monitor=DP-1,1920x1200,0x0,1
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue