/etc/nixos copied
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
imports = [
|
||||
# ./ags
|
||||
./other
|
||||
# ./floorp
|
||||
./sway
|
||||
./swaync
|
||||
./waybar
|
||||
|
||||
44
packages/floorp/default.nix
Normal file
44
packages/floorp/default.nix
Normal file
@@ -0,0 +1,44 @@
|
||||
{ inputs, pkgs, config, lib,... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
|
||||
];
|
||||
|
||||
programs.floorp = {
|
||||
enable = true;
|
||||
profiles.default = {
|
||||
extensions.packages = with inputs.firefox-addons.packages.${pkgs.system}; [
|
||||
ublock-origin
|
||||
vimium
|
||||
darkreader
|
||||
sidebery
|
||||
bitwarden
|
||||
];
|
||||
# extensions.force.settings = {
|
||||
# dark-reader = {
|
||||
#
|
||||
# };
|
||||
# };
|
||||
|
||||
extensions.force.settings.sidebery = {
|
||||
# Beispielhafte Einstellungen für Sidebery
|
||||
"showInSidebar" = true; # Stelle sicher, dass Sidebery in der Sidebar angezeigt wird
|
||||
"showOtherExtensions" = false; # Verstecke andere Extensions
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
||||
"ui.systemUsesDarkTheme" = 1;
|
||||
"floorp.delete.browser.border" = true;
|
||||
"floorp.chrome.theme.mode" = 2;
|
||||
"floorp.browser.tabbar.settings" = 2;
|
||||
"floorp.Tree-type.verticaltab.optimization" = true;
|
||||
"floorp.bookmarks.bar.focus.mode" = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
exec-once=waybar
|
||||
exec-once=wpaperd
|
||||
exec-once=swaync
|
||||
exec-once=wl-paste --watch cliphist store
|
||||
|
||||
@@ -49,7 +49,7 @@ programs.zsh = {
|
||||
|
||||
|
||||
shellAliases = {
|
||||
update = "sudo nixos-rebuild switch --flake /etc/nixos/#my-nixos";
|
||||
update = "sudo nixos-rebuild switch";
|
||||
emacs = "emacs -nw";
|
||||
femacs = "emacs -nw --load /home/n/Documents/Shells/flutter/init.el";
|
||||
pemacs = "emacs -nw --load /home/n/Documents/Shells//python/init.el";
|
||||
|
||||
@@ -50,6 +50,7 @@ programs.neovim.plugins = [
|
||||
".config/nvim/lua/plugins/tabout.lua".source = ./lua/plugins/tabout.lua;
|
||||
".config/nvim/lua/plugins/autopair.lua".source = ./lua/plugins/autopair.lua;
|
||||
".config/nvim/lua/plugins/mini-animate.lua".source = ./lua/plugins/mini-animate.lua;
|
||||
".config/nvim/lua/plugins/vim-suda.lua".source = ./lua/plugins/vim-suda.lua;
|
||||
|
||||
}
|
||||
];
|
||||
|
||||
3
packages/nvim/lua/plugins/vim-suda.lua
Normal file
3
packages/nvim/lua/plugins/vim-suda.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
return {
|
||||
"lambdalisue/vim-suda"
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
[any]
|
||||
duration = "10m"
|
||||
mode = "center"
|
||||
path = "/home/n/Documents/Wallpapers"
|
||||
path = "/home/nico/Documents/Wallpapers"
|
||||
|
||||
Reference in New Issue
Block a user