Compare commits

..

No commits in common. "e7d45a782f02571e167b6275d558403faebb4e82" and "f96fea9460c2dd446709152d1213897c5a162568" have entirely different histories.

14 changed files with 153 additions and 85 deletions

View file

@ -2,8 +2,8 @@ name: deploy systems
on:
push:
paths:
- "**.lock"
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest

View file

@ -34,7 +34,7 @@ in {
'';
"applications.ron".text = ''
Config(
desktop_actions: false,
desktop_actions: true,
max_entries: 10,
)
'';

View file

@ -1,30 +0,0 @@
* {
transition: 200ms ease-out;
color: #cdd6f4;
font-family: Monaspace Krypton;
font-size: 1.0rem;
}
#window,
#match,
#entry,
#plugin,
#main {
background: transparent;
}
#match:selected {
background:#2ac3de;
border-radius: 5px;
}
box#main {
background: #1a1b26;
border: 1px solid #f7768e;
border-radius: 24px;
padding: 8px;
}
entry#entry {
border-color: transparent;
}

View file

@ -1,25 +0,0 @@
_: {
programs.cava = {
enable = true;
settings = {
general = {
mode = "normal";
framerate = 144;
bars = 0;
bar_width = 2;
bar_spacing = 3;
};
color = {
gradient = 1;
gradient_count = 2;
gradient_color_2 = "'#2ac3de'";
gradient_color_1 = "'#f7768e";
};
smoothing = {
monstercat = 1;
waves = 1;
gravity = 100;
};
};
};
}

View file

@ -10,8 +10,8 @@
gtk = {
enable = true;
font = {
name = "Monaspace Krypton";
package = pkgs.monaspace;
name = "jost";
package = pkgs.jost;
};
theme = {
name = "Tokyonight-Dark-BL";

View file

@ -6,7 +6,7 @@
programs.helix = {
enable = true;
settings = {
theme = "tokyonight";
theme = "catppuccin_mocha";
editor = {
auto-save = true;
true-color = true;

View file

@ -5,16 +5,14 @@ _: {
windowSize = "normal";
gui.theme = {
lightTheme = false;
activeBorderColor = ["#2ac3de" "bold"];
inactiveBorderColor = ["#f7768e"];
optionsTextColor = [" #c0caf5"];
selectedLineBgColor = ["#24283b"];
selectedRangeByColor = ["#24283b"];
activeBorderColor = ["#a6e3a1" "bold"];
inactiveBorderColor = ["#cdd6f4"];
optionsTextColor = ["#89b4fa"];
selectedLineBgColor = ["#313244"];
selectedRangeByColor = ["#313244"];
cherryPickedCommitBgColor = ["#94e2d5"];
cherryPickedCommitFgColor = ["#89b4fa"];
unstagedChangesColor = ["red"];
showRandomTip = false;
animateExplosion = true;
};
};
};

View file

@ -8,12 +8,12 @@ _: {
ignoreTimeout = true;
anchor = "top-right";
output = "DP-2";
font = "Monaspace Krypton 10";
font = "jost 10";
padding = "6";
margin = "18,21,0";
backgroundColor = "#1a1b26";
textColor = "#a9b1d6";
borderColor = "#2ac3de";
backgroundColor = "#1e1e2e";
textColor = "#cdd6f4";
borderColor = "#74c7ec";
progressColor = "over #313244";
};
}

View file

@ -0,0 +1,111 @@
* {
bg-col: #1e1e2e;
bg-col-light: #1e1e2e;
border-col: #1e1e2e;
selected-col: #1e1e2e;
blue: #89b4fa;
fg-col: #cdd6f4;
fg-col2: #f38ba8;
grey: #6c7086;
width: 600;
font: "JetBrainsMono Nerd Font 14";
}
element-text, element-icon , mode-switcher {
background-color: inherit;
text-color: inherit;
}
window {
height: 360px;
border: 3px;
border-color: @border-col;
background-color: @bg-col;
}
mainbox {
background-color: @bg-col;
}
inputbar {
children: [prompt,entry];
background-color: @bg-col;
border-radius: 5px;
padding: 2px;
}
prompt {
background-color: @blue;
padding: 6px;
text-color: @bg-col;
border-radius: 3px;
margin: 20px 0px 0px 20px;
}
textbox-prompt-colon {
expand: false;
str: ":";
}
entry {
padding: 6px;
margin: 20px 0px 0px 10px;
text-color: @fg-col;
background-color: @bg-col;
}
listview {
border: 0px 0px 0px;
padding: 6px 0px 0px;
margin: 10px 0px 0px 20px;
columns: 2;
lines: 5;
background-color: @bg-col;
}
element {
padding: 5px;
background-color: @bg-col;
text-color: @fg-col ;
}
element-icon {
size: 25px;
}
element selected {
background-color: @selected-col ;
text-color: @fg-col2 ;
}
mode-switcher {
spacing: 0;
}
button {
padding: 10px;
background-color: @bg-col-light;
text-color: @grey;
vertical-align: 0.5;
horizontal-align: 0.5;
}
button selected {
background-color: @bg-col;
text-color: @blue;
}
message {
background-color: @bg-col-light;
margin: 2px;
padding: 2px;
border-radius: 5px;
}
textbox {
padding: 6px;
margin: 20px 0px 0px 20px;
text-color: @blue;
background-color: @bg-col-light;
}

22
home/rofi/default.nix Normal file
View file

@ -0,0 +1,22 @@
{pkgs, ...}: {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
theme = ./catppuccin-mocha.rasi;
extraConfig = {
modi = "run,drun,window";
icon-theme = "Oranchelo";
show-icons = true;
terminal = "wezterm";
drun-display-format = "{icon} {name}";
location = 0;
disable-history = false;
hide-scrollbar = true;
display-drun = " Apps ";
display-run = " Run ";
display-window = " Window";
display-Network = " 󰤨 Network";
sidebar-mode = true;
};
};
}

View file

@ -10,7 +10,7 @@
simplified_ui = false;
default_layout = "default";
ui.pane_frames.rounded_corners = true;
theme = "tokyonight";
theme = "catppuccin-mocha";
themes.catppuccin-mocha = {
bg = "#585b70";
fg = "#cdd6f4";

View file

@ -5,9 +5,6 @@ inputs: let
hyprlandModule = inputs.hyprland.homeManagerModules.default;
ironbarModule = inputs.ironbar.homeManagerModules.default;
nix-index-Module = inputs.nix-index-database.hmModules.nix-index;
anyrunModule = inputs.anyrun.homeManagerModules.default;
agsModule = inputs.ags.homeManagerModules.default;
stylixModule = inputs.stylix.homeManagerModules.stylix;
inherit (inputs.nixpkgs.lib) nixosSystem;
in {
tsuki = nixosSystem {
@ -28,8 +25,6 @@ in {
hyprlandModule
ironbarModule
nix-index-Module
anyrunModule
agsModule
];
};
};

View file

@ -1,10 +1,10 @@
{lib, ...}: {
environment.etc = {
"resolv.conf".text = "nameserver 1.1.1.1\n";
"resolv.conf".text = "nameserver 8.8.8.8\n";
};
networking = {
nameservers = [
"1.1.1.1"
"8.8.8.8"
];
defaultGateway = "172.31.1.1";
defaultGateway6 = {

View file

@ -5,15 +5,13 @@
}: {
imports = [
../../home
../../home/ags
../../home/anyrun
../../home/cava
../../home/wezterm
../../home/zathura
../../home/gtk
../../home/mako
../../home/lf
../../home/zellij
../../home/rofi
../../home/ironbar
../../home/spotify-player
../../home/wayland/hyprland
@ -41,7 +39,6 @@
imv
mpv
rustypaste-cli
drawio
obsidian
gimp
cryptomator