Compare commits
No commits in common. "2badb1d1b5e800dbba1a27dec1da8288c2c96e69" and "866256422190ecab8f73652daef04baa23a523d4" have entirely different histories.
2badb1d1b5
...
8662564221
@ -157,26 +157,6 @@ in
|
|||||||
# Enable thumbnailer service
|
# Enable thumbnailer service
|
||||||
services.tumbler.enable = true;
|
services.tumbler.enable = true;
|
||||||
|
|
||||||
fonts.fontconfig = {
|
|
||||||
enable = true;
|
|
||||||
hinting = {
|
|
||||||
enable = true;
|
|
||||||
autohint = false;
|
|
||||||
style = "hintfull";
|
|
||||||
};
|
|
||||||
subpixel = {
|
|
||||||
rgba = "rgb";
|
|
||||||
lcdfilter = "default";
|
|
||||||
};
|
|
||||||
antialias = true;
|
|
||||||
defaultFonts = {
|
|
||||||
serif = [ "Droid Serif" ];
|
|
||||||
sansSerif = [ "Fira Sans" ];
|
|
||||||
monospace = [ "Fira Code" "Fira Mono" ];
|
|
||||||
#emoji = [ "Font Awesome" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -36,6 +36,7 @@ in
|
|||||||
pciutils # lspci command
|
pciutils # lspci command
|
||||||
git # git
|
git # git
|
||||||
emacs # emacs editor
|
emacs # emacs editor
|
||||||
|
emacsPackages.doom # doom emacs configuration
|
||||||
acpilight # controlling laptop monitor backlight
|
acpilight # controlling laptop monitor backlight
|
||||||
networkmanagerapplet # network configuration
|
networkmanagerapplet # network configuration
|
||||||
wofi # app launcher (wayland replacement for rofi)
|
wofi # app launcher (wayland replacement for rofi)
|
||||||
@ -52,7 +53,6 @@ in
|
|||||||
xfce.thunar-archive-plugin # manage archives in thunar
|
xfce.thunar-archive-plugin # manage archives in thunar
|
||||||
#xfce.xfce4-settings # xfce settings manager
|
#xfce.xfce4-settings # xfce settings manager
|
||||||
xfce.xfconf # xfce config storage
|
xfce.xfconf # xfce config storage
|
||||||
transmission-remote-gtk # torrent remote controll gui
|
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
@ -105,42 +105,12 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs.waybar = {
|
||||||
waybar = {
|
enable = true;
|
||||||
enable = true;
|
settings = {
|
||||||
settings = {
|
mainBar = (builtins.fromJSON (builtins.readFile ./home-manager/config/waybar/config.json));
|
||||||
mainBar = (builtins.fromJSON (builtins.readFile ./home-manager/config/waybar/config.json));
|
|
||||||
};
|
|
||||||
style = (builtins.readFile ./home-manager/config/waybar/style.css);
|
|
||||||
};
|
|
||||||
kitty = {
|
|
||||||
enable = true;
|
|
||||||
extraConfig = (builtins.readFile ./home-manager/config/kitty/kitty.conf);
|
|
||||||
};
|
|
||||||
ssh = {
|
|
||||||
enable = true;
|
|
||||||
extraOptionOverrides = {
|
|
||||||
extraConfig = "AddKeysToAgent yes";
|
|
||||||
};
|
|
||||||
matchBlocks = [
|
|
||||||
{
|
|
||||||
host = "gitlab.com";
|
|
||||||
identityFile = [ "${builtins.getEnv"HOME"}/.ssh/id_ed25519_git" ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
host = "github.com";
|
|
||||||
identityFile = [ "${builtins.getEnv"HOME"}/.ssh/id_ed25519_git" ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
host = "gitea.exu.li";
|
|
||||||
identityFile = [ "${builtins.getEnv"HOME"}/.ssh/id_ed25519_git" ];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
host = "aur.archlinux.org";
|
|
||||||
identityFile = [ "${builtins.getEnv"HOME"}/.ssh/id_ed25519_git" ];
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
style = (builtins.readFile ./home-manager/config/waybar/style.css);
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
@ -165,12 +135,6 @@ in
|
|||||||
".config/user-dirs.dirs".source = ./home-manager/config/user-dirs.dirs;
|
".config/user-dirs.dirs".source = ./home-manager/config/user-dirs.dirs;
|
||||||
# xdg user locales
|
# xdg user locales
|
||||||
".config/user-dirs.locale".source = ./home-manager/config/user-dirs.locale;
|
".config/user-dirs.locale".source = ./home-manager/config/user-dirs.locale;
|
||||||
# libreoffice settings
|
|
||||||
".config/libreoffice".source = ./home-manager/config/libreoffice;
|
|
||||||
# transmission remote settings
|
|
||||||
".config/transmission-remote-gtk".source = ./home-manager/config/transmission-remote-gtk;
|
|
||||||
# TODO firefox configuration
|
|
||||||
# TODO calibre configuration
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.mako.enable = true;
|
services.mako.enable = true;
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -1,115 +0,0 @@
|
|||||||
{
|
|
||||||
"profiles" : [
|
|
||||||
{
|
|
||||||
"profile-name" : "Default",
|
|
||||||
"hostname" : "172.18.50.103",
|
|
||||||
"port" : 9091,
|
|
||||||
"rpc-url-path" : "/transmission/rpc",
|
|
||||||
"username" : "",
|
|
||||||
"password" : "",
|
|
||||||
"auto-connect" : true,
|
|
||||||
"ssl" : false,
|
|
||||||
"ssl-validate" : false,
|
|
||||||
"timeout" : 40,
|
|
||||||
"retries" : 3,
|
|
||||||
"update-active-only" : false,
|
|
||||||
"activeonly-fullsync-enabled" : false,
|
|
||||||
"activeonly-fullsync-every" : 2,
|
|
||||||
"update-interval" : 3,
|
|
||||||
"min-update-interval" : 3,
|
|
||||||
"session-update-interval" : 60,
|
|
||||||
"custom-headers" : [],
|
|
||||||
"exec-commands" : [],
|
|
||||||
"destinations" : []
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"profile-id" : 0,
|
|
||||||
"tree-views" : {
|
|
||||||
"TrgTorrentTreeView" : {
|
|
||||||
"sort-col" : 22,
|
|
||||||
"sort-type" : 0
|
|
||||||
},
|
|
||||||
"TrgTrackersTreeView" : {
|
|
||||||
"sort-col" : -2,
|
|
||||||
"sort-type" : 0,
|
|
||||||
"widths" : [
|
|
||||||
72,
|
|
||||||
146,
|
|
||||||
85,
|
|
||||||
142,
|
|
||||||
148,
|
|
||||||
149,
|
|
||||||
126,
|
|
||||||
128
|
|
||||||
],
|
|
||||||
"columns" : [
|
|
||||||
"tier",
|
|
||||||
"announce-url",
|
|
||||||
"last-announce-peer-count",
|
|
||||||
"seeder-count",
|
|
||||||
"leecher-count",
|
|
||||||
"last-announce-time",
|
|
||||||
"last-result",
|
|
||||||
"scrape-url"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"TrgFilesTreeView" : {
|
|
||||||
"sort-col" : -2,
|
|
||||||
"sort-type" : 0,
|
|
||||||
"widths" : [
|
|
||||||
189,
|
|
||||||
176,
|
|
||||||
211,
|
|
||||||
220,
|
|
||||||
200
|
|
||||||
],
|
|
||||||
"columns" : [
|
|
||||||
"name",
|
|
||||||
"size",
|
|
||||||
"progress",
|
|
||||||
"wanted",
|
|
||||||
"priority"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"TrgPeersTreeView" : {
|
|
||||||
"sort-col" : -2,
|
|
||||||
"sort-type" : 0,
|
|
||||||
"widths" : [
|
|
||||||
89,
|
|
||||||
107,
|
|
||||||
129,
|
|
||||||
163,
|
|
||||||
142,
|
|
||||||
137,
|
|
||||||
112,
|
|
||||||
117
|
|
||||||
],
|
|
||||||
"columns" : [
|
|
||||||
"ip",
|
|
||||||
"host",
|
|
||||||
"country",
|
|
||||||
"down-speed",
|
|
||||||
"up-speed",
|
|
||||||
"progress",
|
|
||||||
"flags",
|
|
||||||
"client"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"start-paused" : false,
|
|
||||||
"add-options-dialog" : true,
|
|
||||||
"delete-local-torrent" : false,
|
|
||||||
"show-state-selector" : true,
|
|
||||||
"filter-dirs" : true,
|
|
||||||
"filter-trackers" : true,
|
|
||||||
"directories-first" : true,
|
|
||||||
"show-notebook" : false,
|
|
||||||
"system-tray" : false,
|
|
||||||
"system-tray-minimise" : false,
|
|
||||||
"add-notify" : false,
|
|
||||||
"complete-notify" : false,
|
|
||||||
"window-height" : 1056,
|
|
||||||
"window-width" : 1916,
|
|
||||||
"notebook-paned-pos" : 300,
|
|
||||||
"states-paned-pos" : 120
|
|
||||||
}
|
|
@ -30,6 +30,5 @@
|
|||||||
fira # fira sans font
|
fira # fira sans font
|
||||||
fira-code # fira code font
|
fira-code # fira code font
|
||||||
font-awesome # icons font
|
font-awesome # icons font
|
||||||
fira-mono # fira monospace without ligatures
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user