mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Removed some bloat
This commit is contained in:
parent
fe6340553d
commit
cedb24e74d
17 changed files with 7 additions and 597 deletions
|
@ -9,7 +9,6 @@
|
|||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [ ../work/home.nix # Personal is essentially work system + games
|
||||
../../user/app/games/games.nix # Various videogame apps
|
||||
];
|
||||
|
||||
home.stateVersion = "22.11"; # Please read the comment before changing.
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
../../user/app/virtualization/virtualization.nix # Virtual machines
|
||||
#../../user/app/flatpak/flatpak.nix # Flatpaks
|
||||
../../user/style/stylix.nix # Styling and themes for my apps
|
||||
../../user/lang/cc/cc.nix # C and C++ tools
|
||||
../../user/app/godot # Game development
|
||||
../../user/hardware/bluetooth.nix # Bluetooth
|
||||
];
|
||||
|
||||
|
@ -69,7 +67,7 @@
|
|||
protonmail-bridge
|
||||
texliveSmall
|
||||
numbat
|
||||
element-desktop-wayland
|
||||
element-desktop
|
||||
|
||||
openai-whisper-cpp
|
||||
|
||||
|
@ -124,6 +122,7 @@
|
|||
krita
|
||||
pinta
|
||||
inkscape
|
||||
godot_4
|
||||
(pkgs-stable.lollypop.override { youtubeSupport = false; })
|
||||
vlc
|
||||
mpv
|
||||
|
@ -197,12 +196,6 @@
|
|||
kdenlive
|
||||
]);
|
||||
|
||||
home.file.".local/share/pixmaps/nixos-snowflake-stylix.svg".source =
|
||||
config.lib.stylix.colors {
|
||||
template = builtins.readFile ../../user/pkgs/nixos-snowflake-stylix.svg.mustache;
|
||||
extension = "svg";
|
||||
};
|
||||
|
||||
services.syncthing.enable = true;
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue