Created options; Moved tailscale to network folder; Disabled networkmanager wait online; Added repl command; updated firefox interface; other smaller stuff
This commit is contained in:
parent
20891b3e14
commit
5de86bcfe3
37 changed files with 542 additions and 255 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
osConfig,
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
|
|
@ -9,7 +10,7 @@
|
|||
];
|
||||
|
||||
stylix = {
|
||||
enable = true;
|
||||
enable = osConfig.niksos.desktop;
|
||||
|
||||
image = ./background.png;
|
||||
polarity = "dark";
|
||||
|
|
@ -25,9 +26,14 @@
|
|||
};
|
||||
iconTheme = {
|
||||
enable = true;
|
||||
package = pkgs.tela-circle-icon-theme; #FIXME: Swap out for normal tela icons once https://github.com/NixOS/nixpkgs/issues/381521 is upstream.
|
||||
dark = "Tela-circle-dark";
|
||||
light = "Tela-circle-dark";
|
||||
package = pkgs.tela-icon-theme;
|
||||
dark = "Tela-dark";
|
||||
light = "Tela-dark";
|
||||
};
|
||||
|
||||
targets = {
|
||||
gnome-text-editor.enable = false; # Creates an overlay in home-manager land which isn't allowed with globalPkgs.
|
||||
nvf.enable = false; # I'd like to be able to read my code, thank you.
|
||||
};
|
||||
|
||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-frappe.yaml";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue