some stuff

This commit is contained in:
William 2024-08-31 10:33:26 -03:00
parent 0ace7bb302
commit 1e71128484
3 changed files with 2 additions and 8 deletions

View file

@ -6,7 +6,6 @@ let
dolphin-plugins dolphin-plugins
kaccounts-integration kaccounts-integration
kaccounts-providers kaccounts-providers
kate
]; ];
in { in {
environment.systemPackages = with pkgs; environment.systemPackages = with pkgs;
@ -17,6 +16,7 @@ in {
aspellDicts.en-computers aspellDicts.en-computers
aspellDicts.pt_BR aspellDicts.pt_BR
bat bat
clonehero
deploy-rs deploy-rs
distrobox distrobox
fd fd

View file

@ -5,10 +5,7 @@
username = "user"; username = "user";
homeDirectory = "/home/user"; homeDirectory = "/home/user";
stateVersion = "22.05"; stateVersion = "22.05";
sessionVariables = { sessionVariables = { EDITOR = "hx"; };
TZ = ":/etc/localtime";
EDITOR = "hx";
};
packages = with pkgs; [ nix-your-shell ]; packages = with pkgs; [ nix-your-shell ];
}; };
} }

View file

@ -22,8 +22,5 @@ in {
(mkWebApp "YT Music" "https://music.youtube.com" (mkWebApp "YT Music" "https://music.youtube.com"
"https://raw.githubusercontent.com/vinceliuice/Qogir-icon-theme/fff0c7f3747b9b9ddf94c6f997847d47896097c2/src/scalable/apps/youtube-music.svg" "https://raw.githubusercontent.com/vinceliuice/Qogir-icon-theme/fff0c7f3747b9b9ddf94c6f997847d47896097c2/src/scalable/apps/youtube-music.svg"
"sha256-T+v2JOOW+nEwH/9W2PFOrw/315/bCoKHw01KNh2U8IE=") "sha256-T+v2JOOW+nEwH/9W2PFOrw/315/bCoKHw01KNh2U8IE=")
(mkWebApp "Teams" "https://teams.microsoft.com"
"https://raw.githubusercontent.com/vinceliuice/Qogir-icon-theme/master/src/scalable/apps/teams-for-linux.svg"
"sha256-Pb/5KIWDfjHkdjGxguKHizcmNBPKJTKUnHKdeBIE6yk=")
]; ];
} }