small updates
This commit is contained in:
parent
4b02bc72f0
commit
17b183ee8e
13 changed files with 161 additions and 163 deletions
|
|
@ -16,6 +16,9 @@ in {
|
|||
programs.foot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
font = "Iosevka:weight=bold:size=20";
|
||||
};
|
||||
colors = {
|
||||
alpha = "0.9";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -62,9 +62,9 @@ in {
|
|||
exec-once = [
|
||||
"pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\" -P \"Scarlett Solo (3rd Gen.) Headphones / Line 1-2\""
|
||||
"sway-audio-idle-inhibit"
|
||||
"zen"
|
||||
"telegram"
|
||||
"thunderbird"
|
||||
"zen-browser"
|
||||
"sleep 6;telegram-desktop"
|
||||
"sleep 6;thunderbird"
|
||||
"vesktop"
|
||||
"spotify"
|
||||
"slack"
|
||||
|
|
|
|||
|
|
@ -23,11 +23,12 @@ in {
|
|||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
xwayland = true;
|
||||
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.sway-unwrapped;
|
||||
extraOptions = ["--unsupported-gpu"];
|
||||
|
||||
config = {
|
||||
terminal = "kitty";
|
||||
startup = [{command = "firefox";}];
|
||||
terminal = "foot";
|
||||
startup = [{command = "zen";} {command = "vesktop";} {command = "slack";} {command = "telegram-desktop";} {command = "thunderbird";}];
|
||||
|
||||
menu = "killall anyrun || anyrun";
|
||||
|
||||
|
|
|
|||
|
|
@ -26,11 +26,8 @@ in {
|
|||
|
||||
extraConfig.pipewire.adjust-sample-rate = {
|
||||
"context.properties" = {
|
||||
"default.clock.rate" = 48000;
|
||||
"default.allowed-rates" = [48000];
|
||||
"default.clock.quantum" = 32;
|
||||
"default.clock.min-quantum" = 32;
|
||||
"default.clock.max-quantum" = 32;
|
||||
"default.clock.rate" = 96000;
|
||||
"default.allowed-rates" = [96000];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ in {
|
|||
enable = true;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "Hyprland";
|
||||
command = "sway --unsupported-gpu";
|
||||
user = "zoey";
|
||||
};
|
||||
default_session = initial_session;
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ in {
|
|||
openFirewall = true;
|
||||
settings = {
|
||||
notify_interval = 60;
|
||||
friendly_name = "ZACKPC";
|
||||
media_dir = ["A,/home/zack/Music"];
|
||||
friendly_name = "workstation";
|
||||
media_dir = ["A,/home/zoey/Music"];
|
||||
inotify = "yes";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
dataDir = "/mnt/lul";
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue