Deleted garbage
This commit is contained in:
parent
6ba3739830
commit
260b30b623
2 changed files with 2 additions and 14 deletions
|
|
@ -1,15 +1,12 @@
|
||||||
#nixversion = "24.11";
|
|
||||||
{
|
{
|
||||||
description = "NixOS config";
|
description = "NixOS config";
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
extra-substituters = [
|
extra-substituters = [
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
"https://hyprland.cachix.org"
|
|
||||||
"https://nix-gaming.cachix.org"
|
"https://nix-gaming.cachix.org"
|
||||||
];
|
];
|
||||||
extra-trusted-public-keys = [
|
extra-trusted-public-keys = [
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
|
||||||
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
|
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -121,7 +121,6 @@ in {
|
||||||
kdePackages.kdenlive
|
kdePackages.kdenlive
|
||||||
system-config-printer
|
system-config-printer
|
||||||
libreoffice
|
libreoffice
|
||||||
killall
|
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
eza
|
eza
|
||||||
fd
|
fd
|
||||||
|
|
@ -130,10 +129,8 @@ in {
|
||||||
'') # https://www.reddit.com/r/NixOS/comments/1d1apm0/comment/l5tgbwz/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
|
'') # https://www.reddit.com/r/NixOS/comments/1d1apm0/comment/l5tgbwz/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
|
||||||
gparted
|
gparted
|
||||||
qdirstat
|
qdirstat
|
||||||
#freetube
|
|
||||||
exfatprogs
|
exfatprogs
|
||||||
kitty
|
kitty
|
||||||
yazi
|
|
||||||
tealdeer
|
tealdeer
|
||||||
fzf
|
fzf
|
||||||
lazygit
|
lazygit
|
||||||
|
|
@ -161,16 +158,12 @@ in {
|
||||||
localsend
|
localsend
|
||||||
|
|
||||||
comma #run nix run nixpkgs#nix-index to init
|
comma #run nix run nixpkgs#nix-index to init
|
||||||
|
|
||||||
clang-tools
|
|
||||||
gdb
|
gdb
|
||||||
dotnet-sdk_9
|
|
||||||
csharp-ls
|
|
||||||
element-desktop
|
element-desktop
|
||||||
unstable-pkgs.fluffychat
|
unstable-pkgs.fluffychat
|
||||||
|
|
||||||
beeengineeditor
|
#beeengineeditor
|
||||||
beelocalization
|
#beelocalization
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
|
@ -311,12 +304,10 @@ in {
|
||||||
];
|
];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://hyprland.cachix.org"
|
|
||||||
"https://nix-gaming.cachix.org"
|
"https://nix-gaming.cachix.org"
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
|
||||||
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
|
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue