Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
b2447f7123
8 changed files with 35 additions and 384 deletions
|
@ -20,6 +20,7 @@
|
|||
};
|
||||
programs = {
|
||||
vesktop.enable = true;
|
||||
ssh.enable = true;
|
||||
btop.enable = true;
|
||||
mpv.enable = true;
|
||||
i3.enable = true;
|
||||
|
|
|
@ -14,6 +14,13 @@ in {
|
|||
displayManager = {
|
||||
gdm.enable = true;
|
||||
defaultSession = "none+i3";
|
||||
setupCommands = ''
|
||||
LEFT='DP-2'
|
||||
CENTER='HDMI-1'
|
||||
RIGHT='HDMI-0'
|
||||
${pkgs.xorg.xrandr}/bin/xrandr --output $CENTER --rotate left --output $LEFT --rotate left --left-of $CENTER --output $RIGHT --right-of $CENTER
|
||||
'';
|
||||
# ❯ xrandr --output HDMI-1 --rotate normal --output DP-2 --rotate normal --left-of HDMI-1 --output HDMI-0 --right-of HDMI-1
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -14,8 +14,10 @@ in {
|
|||
bibata-cursors
|
||||
chromium
|
||||
dig
|
||||
easyeffects
|
||||
element-desktop
|
||||
eza ripgrep
|
||||
eza
|
||||
ripgrep
|
||||
fastfetch
|
||||
(fenix.complete.withComponents [
|
||||
"cargo"
|
||||
|
@ -39,6 +41,7 @@ in {
|
|||
neofetch
|
||||
neovim
|
||||
networkmanagerapplet
|
||||
nextcloud-client
|
||||
pamixer
|
||||
pavucontrol
|
||||
pcmanfm
|
||||
|
@ -53,7 +56,7 @@ in {
|
|||
smartmontools
|
||||
st
|
||||
steam
|
||||
strawberry
|
||||
strawberry-qt6
|
||||
telegram-desktop
|
||||
texliveFull
|
||||
thunderbird
|
||||
|
@ -62,6 +65,7 @@ in {
|
|||
tree
|
||||
unzip
|
||||
ventoy-full
|
||||
vesktop
|
||||
vlc
|
||||
xclip
|
||||
yt-dlp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue