diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-07-26 17:13:57 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-07-26 17:13:57 +0700 |
| commit | 86c8cfcf481044d7f029c40324b29045918d5d73 (patch) | |
| tree | c1c77cc0097b7b4e8792e90a2c7cd5d7d6983060 | |
| parent | b60d488c905180b56c2884ff58d30ac476783363 (diff) | |
new dotfiles;
foot;
nvim;
| -rwxr-xr-x | niri/.config/niri/config.kdl | 2 | ||||
| -rw-r--r-- | nixos/configuration.nix | 1 | ||||
| -rw-r--r-- | starship/.config/starship.toml | 3 |
3 files changed, 3 insertions, 3 deletions
diff --git a/niri/.config/niri/config.kdl b/niri/.config/niri/config.kdl index 18db276..79dee34 100755 --- a/niri/.config/niri/config.kdl +++ b/niri/.config/niri/config.kdl @@ -178,7 +178,7 @@ binds { Mod+D hotkey-overlay-title="App Launcher" { spawn "noctalia" "msg" "panel-toggle" "launcher"; } Ctrl+Mod+V hotkey-overlay-title="Clipboard History" { spawn "noctalia" "msg" "panel-toggle" "clipboard"; } Mod+Alt+F hotkey-overlay-title="File Manager" { spawn "nautilus"; } - Mod+S hotkey-overlay-title="Terminal" { spawn "ghostty"; } + Mod+S hotkey-overlay-title="Terminal" { spawn "foot"; } //Mod+D hotkey-overlay-title="Application Menu" { spawn "fuzzel"; } Super+Alt+L hotkey-overlay-title="Lock Screen" { spawn "swaylock"; } diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 73bcbec..cdaa394 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -333,7 +333,6 @@ programs.fish = { ghfetch ghostty hyfetch - kitty stow util-linux pkgs.vimPlugins.im-select-nvim diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index e33ccb4..ba7d768 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -1,7 +1,7 @@ palette = "noctalia" add_newline = true command_timeout = 200 -format = "$username [$directory$git_branch$git_status]($style)$character" +format = "$username$hostname [$directory$git_branch$git_status]($style)$character" [username] show_always = true @@ -9,6 +9,7 @@ format = "[$user]($style)" style_user = "bold #8C00FF" [hostname] +disabled = false ssh_only = false format = "[@$hostname]($style) " style = "bold #8C00FF" |
