mirror of
https://github.com/Defelo/nixos.git
synced 2025-05-12 18:52:49 +00:00
remove unused packages
This commit is contained in:
parent
45ec89d7f2
commit
570c5271a7
9 changed files with 0 additions and 70 deletions
17
flake.lock
generated
17
flake.lock
generated
|
@ -1,21 +1,5 @@
|
|||
{
|
||||
"nodes": {
|
||||
"cheatsheets": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1671300617,
|
||||
"narHash": "sha256-Afv0rPlYTCsyWvYx8UObKs6Me8IOH5Cv5u4fO38J8ns=",
|
||||
"owner": "cheat",
|
||||
"repo": "cheatsheets",
|
||||
"rev": "36bdb99dcfadde210503d8c2dcf94b34ee950e1d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "cheat",
|
||||
"repo": "cheatsheets",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"crane": {
|
||||
"locked": {
|
||||
"lastModified": 1731098351,
|
||||
|
@ -406,7 +390,6 @@
|
|||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"cheatsheets": "cheatsheets",
|
||||
"fenix": "fenix",
|
||||
"helix": "helix",
|
||||
"home-manager": "home-manager",
|
||||
|
|
|
@ -14,10 +14,6 @@
|
|||
url = "github:Mic92/nix-index-database";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
cheatsheets = {
|
||||
url = "github:cheat/cheatsheets";
|
||||
flake = false;
|
||||
};
|
||||
helix.url = "github:helix-editor/helix";
|
||||
fenix.url = "github:nix-community/fenix";
|
||||
nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions";
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
{ pkgs, cheatsheets, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.cheat ];
|
||||
home.file.cheat = {
|
||||
target = ".config/cheat/conf.yml";
|
||||
text = builtins.toJSON {
|
||||
editor = "hx";
|
||||
colorize = true;
|
||||
style = "monokai";
|
||||
formatter = "terminal256";
|
||||
pager = "less -FRX";
|
||||
cheatpaths = [
|
||||
{
|
||||
name = "community";
|
||||
path = cheatsheets;
|
||||
tags = [ "community" ];
|
||||
readonly = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
|
@ -2,7 +2,6 @@ let
|
|||
common = [
|
||||
./common.nix
|
||||
|
||||
./cheat.nix
|
||||
./direnv.nix
|
||||
./fzf.nix
|
||||
./helix
|
||||
|
@ -18,13 +17,11 @@ in
|
|||
./alacritty.nix
|
||||
./clipman.nix
|
||||
./dunst.nix
|
||||
# ./fcitx5.nix
|
||||
./gammastep.nix
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
./helix/full.nix
|
||||
./hyfetch.nix
|
||||
# ./libreoffice.nix
|
||||
./niri
|
||||
./ntfy.nix
|
||||
./packages.nix
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
i18n.inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
fcitx5.addons = builtins.attrValues { inherit (pkgs) fcitx5-mozc fcitx5-gtk; };
|
||||
};
|
||||
home.sessionVariables = {
|
||||
XMODIFIERS = "@im=fcitx";
|
||||
XMODIFIER = "@im=fcitx";
|
||||
GTK_IM_MODULE = "fcitx";
|
||||
QT_IM_MODULE = "fcitx";
|
||||
};
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs) libreoffice hunspell;
|
||||
inherit (pkgs.hunspellDicts) en_US de_DE;
|
||||
};
|
||||
}
|
|
@ -15,7 +15,6 @@
|
|||
# communication
|
||||
discord-canary
|
||||
# element-desktop
|
||||
signal-desktop
|
||||
|
||||
# games
|
||||
prismlauncher
|
||||
|
@ -50,7 +49,6 @@
|
|||
obsidian
|
||||
vlc
|
||||
|
||||
anki-bin
|
||||
spotify
|
||||
rnote
|
||||
zotero
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
# rnix-lsp
|
||||
alejandra
|
||||
nixfmt-rfc-style
|
||||
;
|
||||
};
|
||||
|
|
|
@ -21,7 +21,6 @@ in
|
|||
hediet.vscode-drawio
|
||||
infinity1207.angular2-switcher
|
||||
james-yu.latex-workshop
|
||||
kamadorueda.alejandra
|
||||
leanprover.lean4
|
||||
ms-python.python
|
||||
# ms-toolsai.jupyter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue