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.agenix.nixosModules.default
inputs.stylix.nixosModules.stylix
inputs.nixvim.nixosModules.nixvim
#inputs.nixvim.nixosModules.nixvim
];
};
hermit = lib.nixosSystem {
@ -26,5 +26,4 @@ in {
inputs.nixvim.nixosModules.nixvim
];
};
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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