feat: Removed a lot of items
This commit is contained in:
@@ -52,10 +52,6 @@
|
|||||||
[net]
|
[net]
|
||||||
git-fetch-with-cli = true
|
git-fetch-with-cli = true
|
||||||
|
|
||||||
# [target.aarch64-apple-darwin]
|
|
||||||
# linker = "clang"
|
|
||||||
# rustflags = ["-C", "link-arg=-fuse-ld=${pkgs.mold}/bin/mold"]
|
|
||||||
|
|
||||||
[registries.catscii]
|
[registries.catscii]
|
||||||
index = "https://git.shipyard.rs/catscii/crate-index.git"
|
index = "https://git.shipyard.rs/catscii/crate-index.git"
|
||||||
|
|
||||||
|
|||||||
@@ -25,22 +25,18 @@ lib.attrsets.optionalAttrs device.hasGui {
|
|||||||
[]
|
[]
|
||||||
++ lib.optionals device.hasGui [
|
++ lib.optionals device.hasGui [
|
||||||
discord
|
discord
|
||||||
abaddon
|
|
||||||
ferdium
|
|
||||||
jdk
|
jdk
|
||||||
mullvad-closest
|
mullvad-closest
|
||||||
mullvad-vpn
|
mullvad-vpn
|
||||||
nautilus
|
nautilus
|
||||||
nextcloud-client
|
totem
|
||||||
|
ffmpegthumbnailer
|
||||||
polkit_gnome
|
polkit_gnome
|
||||||
psst
|
|
||||||
seahorse
|
seahorse
|
||||||
signal-desktop
|
signal-desktop
|
||||||
slack
|
|
||||||
sony-headphones-client
|
sony-headphones-client
|
||||||
spotify
|
spotify
|
||||||
steam-run
|
steam-run
|
||||||
via
|
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
zed-editor
|
zed-editor
|
||||||
webcord
|
webcord
|
||||||
|
|||||||
@@ -142,7 +142,7 @@
|
|||||||
# "${pkgs.swww}/bin/swww init; swww img ~/.local/share/dotfiles/images/wallpaper.jpg"
|
# "${pkgs.swww}/bin/swww init; swww img ~/.local/share/dotfiles/images/wallpaper.jpg"
|
||||||
"${pkgs.ironbar}/bin/ironbar"
|
"${pkgs.ironbar}/bin/ironbar"
|
||||||
# "${pkgs.swayosd}/bin/swayosd-server"
|
# "${pkgs.swayosd}/bin/swayosd-server"
|
||||||
"${pkgs.nextcloud-client}/bin/nextcloud --background"
|
# "${pkgs.nextcloud-client}/bin/nextcloud --background"
|
||||||
];
|
];
|
||||||
|
|
||||||
"$mainMod" = "SUPER";
|
"$mainMod" = "SUPER";
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
./minecraft.nix
|
./minecraft.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
|
./seafile.nix
|
||||||
# ./syncthing.nix
|
# ./syncthing.nix
|
||||||
# ./seafile.nix
|
|
||||||
|
|
||||||
# ./nextcloud.nix
|
# ./nextcloud.nix
|
||||||
# ./navidrome.nix
|
# ./navidrome.nix
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{config, ...}: {
|
{config, ...}: {
|
||||||
# sops = {
|
# sops = {
|
||||||
# # secrets."nextcloud/adminpass".owner = config.users.users..name;
|
# secrets."nextcloud/adminpass".owner = config.users.users.caddy.name;
|
||||||
# };
|
# };
|
||||||
nixpkgs.config.allowBroken = true;
|
nixpkgs.config.allowBroken = true;
|
||||||
services = {
|
services = {
|
||||||
|
|||||||
Reference in New Issue
Block a user