some stuff
This commit is contained in:
parent
0ace7bb302
commit
1e71128484
3 changed files with 2 additions and 8 deletions
|
|
@ -6,7 +6,6 @@ let
|
|||
dolphin-plugins
|
||||
kaccounts-integration
|
||||
kaccounts-providers
|
||||
kate
|
||||
];
|
||||
in {
|
||||
environment.systemPackages = with pkgs;
|
||||
|
|
@ -17,6 +16,7 @@ in {
|
|||
aspellDicts.en-computers
|
||||
aspellDicts.pt_BR
|
||||
bat
|
||||
clonehero
|
||||
deploy-rs
|
||||
distrobox
|
||||
fd
|
||||
|
|
|
|||
|
|
@ -5,10 +5,7 @@
|
|||
username = "user";
|
||||
homeDirectory = "/home/user";
|
||||
stateVersion = "22.05";
|
||||
sessionVariables = {
|
||||
TZ = ":/etc/localtime";
|
||||
EDITOR = "hx";
|
||||
};
|
||||
sessionVariables = { EDITOR = "hx"; };
|
||||
packages = with pkgs; [ nix-your-shell ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,8 +22,5 @@ in {
|
|||
(mkWebApp "YT Music" "https://music.youtube.com"
|
||||
"https://raw.githubusercontent.com/vinceliuice/Qogir-icon-theme/fff0c7f3747b9b9ddf94c6f997847d47896097c2/src/scalable/apps/youtube-music.svg"
|
||||
"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=")
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue