fix: formatting

This commit is contained in:
valerie 2024-10-12 20:33:18 -04:00
parent 4bf97d6556
commit c890757a8c
Signed by: valnyx
GPG key ID: CC10324DD962CB7E
4 changed files with 39 additions and 36 deletions

View file

@ -72,8 +72,8 @@
(import ./disko.nix {device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_with_Heatsink_1TB_S6WSNJ0T900943T";}) (import ./disko.nix {device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_with_Heatsink_1TB_S6WSNJ0T900943T";})
{ {
nix.settings = { nix.settings = {
substituters = [ "https://cosmic.cachix.org/" ]; substituters = ["https://cosmic.cachix.org/"];
trusted-public-keys = [ "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" ]; trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
}; };
} }
nixos-cosmic.nixosModules.default nixos-cosmic.nixosModules.default

View file

@ -36,6 +36,8 @@
fx fx
jq jq
deno deno
gleam
unzip
transmission_4-gtk transmission_4-gtk
]; ];
@ -48,8 +50,8 @@
showIcons = true; showIcons = true;
showFileTree = true; showFileTree = true;
theme = { theme = {
activeBorderColor = [ "magenta" "bold" ]; activeBorderColor = ["magenta" "bold"];
inactiveBorderColor = [ "black" ]; inactiveBorderColor = ["black"];
}; };
}; };
os = { os = {

View file

@ -1,7 +1,4 @@
{ {pkgs, ...}: {
pkgs,
...
}: {
gtk = { gtk = {
enable = true; enable = true;

View file

@ -162,7 +162,11 @@ in {
# ''; # '';
# } # }
]; ];
extraConfig = /*tmux*/ '' extraConfig =
/*
tmux
*/
''
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
set-option -sa terminal-overrides ",xterm*:Tc" set-option -sa terminal-overrides ",xterm*:Tc"
set-window-option -g pane-base-index 1 set-window-option -g pane-base-index 1