Compare commits

...

7 commits

Author SHA1 Message Date
willifan
6a5c76d2ca Merge remote-tracking branch 'origin/main' 2024-05-23 18:21:56 +02:00
willifan
0e010c4a69 changed kanshi eDP scale to 1 in LeoBots1 2024-05-23 12:15:13 +02:00
willifan
8768d12ad6 Add rust tools 2024-05-22 19:16:03 +02:00
willifan
42931f9dbd update syncthing path 2024-05-22 11:06:48 +02:00
willifan
c104ae441c added hyfetch config 2024-05-21 18:08:32 +02:00
willifan
e3176e1858 Move hyprland files to host specific directories 2024-05-21 17:58:56 +02:00
willifan
246b2a75ea change VSCodium setting to not ask when drag and dropping 2024-05-21 17:54:20 +02:00
21 changed files with 71 additions and 22 deletions

View file

@ -15,7 +15,6 @@
feh
hyfetch
enpass
webcord
obsidian

View file

@ -7,6 +7,7 @@
./auto-cpufreq.nix
./envvar.nix
./git.nix
./hyfetch.nix
./locales.nix
#./ssh.nix
./syncthing.nix

View file

@ -2,7 +2,7 @@
{
imports = [
./rust.nix
./vscodium.nix
];
}

View file

@ -0,0 +1,10 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
rustup
probe-rs
cargo-binutils
];
}

View file

@ -8,6 +8,7 @@
userSettings = {
"[nix]"."editor.tabSize" = 2;
"explorer.confirmDragAndDrop" = false;
};
extensions = with pkgs.vscode-extensions; [
# System

View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
imports = [
./hypridle.nix
./hyprlock.nix
./kanshi.nix
];
}

View file

@ -70,7 +70,7 @@
criteria = "eDP-1";
mode = "2256x1504";
position = "3840,0";
scale = 1.6;
scale = 1.0;
transform = "normal";
}
];

View file

@ -0,0 +1,16 @@
{ pkgs, ... }:
{
programs.hyprland.enable = true;
imports = [
./hyprland.nix
./hyprpaper.nix
./mako.nix
./pipewire.nix
./polkit.nix
./utils.nix
./wofi.nix
];
}

View file

@ -1,19 +1,7 @@
{ pkgs, ... }:
{ pkgs, configVars, ... }:
{
programs.hyprland.enable = true;
imports = [
./hypridle.nix
./hyprland.nix
./hyprlock.nix
./hyprpaper.nix
./kanshi.nix
./mako.nix
./pipewire.nix
./polkit.nix
./utils.nix
./wofi.nix
./common
./${configVars.hostname}
];
}

View file

@ -0,0 +1,25 @@
{ pkgs, home-manager, ... }:
{
home-manager.users.willifan = {
programs.hyfetch = {
enable = true;
settings = {
preset = "transgender";
mode = "rgb";
light_dark = "dark";
lightness = 0.69;
color_align = {
mode = "horizontal";
custom_colors = [];
fore_back = null;
};
backend = "neofetch";
args = null;
distro = null;
pride_month_shown = [];
pride_month_disable = false;
};
};
};
}

View file

@ -3,8 +3,8 @@
services.syncthing = {
enable = true;
user = "willifan";
dataDir = "/home/willifan/temp";
configDir = "/home/willifan/temp/.config/syncthing";
dataDir = "/mnt/data";
configDir = "/mnt/data/.config/syncthing";
overrideDevices = true;
overrideFolders = true;
settings = {