hosts: removed steam from communication

This commit is contained in:
Barna Máté 2025-01-13 07:52:43 +01:00
parent 89166e284b
commit df9cb6441d
7 changed files with 12 additions and 22 deletions

View file

@ -1,8 +1,5 @@
{ pkgs, config, ... }:
{
programs.steam.enable = true;
environment.systemPackages = with pkgs; [
mumble # voip
element-desktop # fully featured matrix client

View file

@ -15,7 +15,10 @@
mangohud
];
# enabling java for mc
programs.java = { enable = true; package = pkgs.jdk17; };
programs.java = {
enable = true;
package = pkgs.jdk17;
};
# steam
# To add another drive:

View file

@ -1,18 +1,8 @@
{ pkgs, config, ... }:
{
programs.steam.enable = true;
environment.systemPackages = with pkgs; [
mumble # voip
element-desktop # fully featured matrix client
#gomuks # tui matrix client
iamb
simplex-chat-desktop
];
}

View file

@ -29,7 +29,7 @@ in
command = "polybar default -c ${dotfilepath}/hosts/thinkpad/opt/poly.ini";
}
{
command = "polybar bottm -c ${dotfilepath}/hosts/thinkpad/opt/poly.ini";
command = "polybar bottom -c ${dotfilepath}/hosts/thinkpad/opt/poly.ini";
}
{
command = "aw-server";
@ -120,7 +120,7 @@ in
# disable stupid and ugly title bars
# and for some reason client.active doesnt change the colors...
extraConfig = ''
default_border pixel 4
default_border pixel 1
default_floating_border pixel 1
client.focused #FAD000 #285577 #ffffff #FAD000 #FAD000
client.focused_inactive #063340 #141414 #000000 #121212 #063340

View file

@ -8,6 +8,7 @@
extraArgs = [
"-b"
"--experimental-backends"
"--vsync"
]; # enable deamon mode and experimental backends for blur
settings = {

View file

@ -2,24 +2,23 @@
[bar/bottom]
background=#00191830
border-color=#00400080
border-size=10px
border-size=3px
bottom=true
font-0=Jetbrains Mono Nerd font:size=11;3
font-1=Jetbrains Mono Nerd font:size=22;5
foreground=#FFFFFF
height=34
height=32
modules-center=cava
modules-left=audio-capsule a music-capsule
modules-right="wired-network a wireless-network "
padding-left=5
padding-right=5
radius=20
width=100%
[bar/default]
background=#00191830
border-color=#00400080
border-size=10px
border-size=3px
bottom=false
font-0=Jetbrains Mono Nerd font:size=11;3
font-1=Jetbrains Mono Nerd font:size=22;5