import changes, changed wallpaper names

This commit is contained in:
Charlie Root 2024-05-26 02:07:23 +02:00
commit 028f14dbba
58 changed files with 57 additions and 72 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 MiB

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<comment version="3.0">
<caption>atom_triangle_wallpaper</caption>
<note/>
<place/>
<categories/>
</comment>

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<comment version="3.0">
<caption/>
<note>charset=Ascii Screenshot</note>
<place/>
<categories/>
</comment>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View file

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1,006 KiB

After

Width:  |  Height:  |  Size: 1,006 KiB

Before After
Before After

View file

@ -11,7 +11,7 @@ in {
inputs.home-manager.nixosModules.home-manager inputs.home-manager.nixosModules.home-manager
inputs.agenix.nixosModules.default inputs.agenix.nixosModules.default
inputs.stylix.nixosModules.stylix inputs.stylix.nixosModules.stylix
inputs.nixvim.nixosModules.nixvim #inputs.nixvim.nixosModules.nixvim
]; ];
}; };
hermit = lib.nixosSystem { hermit = lib.nixosSystem {
@ -26,5 +26,4 @@ in {
inputs.nixvim.nixosModules.nixvim inputs.nixvim.nixosModules.nixvim
]; ];
}; };
} }

View file

@ -64,7 +64,6 @@ in {
nicotine-plus nicotine-plus
nil nil
nitch nitch
nixfmt
nixpkgs-wayland.swww nixpkgs-wayland.swww
nmap nmap
notesnook notesnook

View file

@ -6,10 +6,8 @@
}: }:
with lib; let with lib; let
cfg = config.modules.programs.fish; cfg = config.modules.programs.fish;
username = config.modules.other.system.username; inherit (config.modules.other.system) username;
# not needed because I'm using nh os switch inherit (config.modules.other.system) gitPath;
# hostname = config.modules.other.system.hostname;
gitPath = config.modules.other.system.gitPath;
in { in {
options.modules.programs.fish = { options.modules.programs.fish = {
enable = mkEnableOption "fish"; enable = mkEnableOption "fish";
@ -32,31 +30,32 @@ in {
home-manager.users.${username} = { home-manager.users.${username} = {
home.packages = with pkgs; [nix-output-monitor]; home.packages = with pkgs; [nix-output-monitor];
programs.zoxide.enable = true; programs = {
programs.zoxide.enableFishIntegration = true; zoxide.enable = true;
programs.fish = { zoxide.enableFishIntegration = true;
fish = {
enable = true; enable = true;
interactiveShellInit = "set fish_greeting"; interactiveShellInit = "set fish_greeting";
plugins = [ plugins = [
{ {
name = "grc"; name = "grc";
src = pkgs.fishPlugins.grc.src; inherit (pkgs.fishPlugins.grc) src;
} }
{ {
name = "sponge"; name = "sponge";
src = pkgs.fishPlugins.sponge.src; inherit (pkgs.fishPlugins.sponge) src;
} }
{ {
name = "done"; name = "done";
src = pkgs.fishPlugins.done.src; inherit (pkgs.fishPlugins.done) src;
} }
{ {
name = "colored_man_pages"; name = "colored_man_pages";
src = pkgs.fishPlugins.colored-man-pages.src; inherit (pkgs.fishPlugins.colored-man-pages) src;
} }
{ {
name = "tide"; name = "tide";
src = pkgs.fishPlugins.tide.src; inherit (pkgs.fishPlugins.tide) src;
} }
]; ];
shellAbbrs = shellAbbrs =
@ -82,4 +81,5 @@ in {
}; };
}; };
}; };
};
} }

View file

@ -1,12 +1,14 @@
{ {
config, config,
lib, lib,
inputs,
... ...
}: let }: let
cfg = config.modules.editors.nixvim; cfg = config.modules.editors.nixvim;
in { in {
options.modules.editors.nixvim.enable = lib.mkEnableOption "nixvim"; options.modules.editors.nixvim.enable = lib.mkEnableOption "nixvim";
imports = [ imports = [
inputs.nixvim.nixosModules.nixvim
./keys.nix ./keys.nix
./settings.nix ./settings.nix
./plug/completion/cmp.nix ./plug/completion/cmp.nix

View file

@ -6,7 +6,7 @@
}: }:
with lib; let with lib; let
cfg = config.modules.programs.ssh; cfg = config.modules.programs.ssh;
username = config.modules.other.system.username; inherit (config.modules.other.system) username;
in { in {
options.modules.programs.ssh.enable = mkEnableOption "ssh"; options.modules.programs.ssh.enable = mkEnableOption "ssh";

View file

@ -4,7 +4,7 @@
pkgs, pkgs,
... ...
}: let }: let
username = config.modules.other.system.username; inherit (config.modules.other.system) username;
in { in {
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;

View file

@ -1,7 +1,6 @@
{ {
pkgs, pkgs,
config, config,
inputs,
... ...
}: { }: {
services.xserver.videoDrivers = ["nvidia"]; services.xserver.videoDrivers = ["nvidia"];

View file

@ -3,7 +3,7 @@
lib, lib,
... ...
}: let }: let
username = config.modules.other.system.username; inherit (config.modules.other.system) username;
in { in {
networking = { networking = {
networkmanager = { networkmanager = {