Skip to content

Commit 7efaaa4

Browse files
committed
flake: update and add nushell/foot
1 parent 9b01a07 commit 7efaaa4

9 files changed

Lines changed: 121 additions & 67 deletions

File tree

flake.lock

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
inputs.nixpkgs.follows = "nixpkgs";
1212
};
1313
home-manager = {
14-
url = "github:nix-community/home-manager?ref=master";
14+
url = "github:nix-community/home-manager?ref=94f4c66660faa994676176d1d3d94618a796c39e";
1515
inputs.nixpkgs.follows = "nixpkgs";
1616
};
1717
nixos-hardware.url = "github:NixOS/nixos-hardware";

home/common.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575

7676
custom = {
7777
profiles.development.enable = true;
78+
programs.nushell.enable = true;
7879
};
7980

8081
systemd.user.startServices = "sd-switch";

home/hosts/frost/default.nix

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,15 @@
1111
btop
1212
obsidian
1313
fd
14-
ripgrep
15-
lazygit
1614
unzip
17-
wget
1815
imv
1916
helvum
2017
openrgb-with-all-plugins
2118
libreoffice-fresh
2219
stremio
2320
pwvucontrol
2421
swww
25-
wlr-randr
2622
grimblast
27-
coreutils
2823
yazi
2924
zen-browser
3025
# wineWowPackages.waylandFull
@@ -46,7 +41,7 @@
4641
custom = {
4742
programs = {
4843
# firefox.enable = true;
49-
kitty.enable = true;
44+
# kitty.enable = true;
5045
hyprland.enable = true;
5146
hypridle.enable = true;
5247
hyprlock.enable = true;
@@ -70,6 +65,15 @@
7065
obs-pipewire-audio-capture
7166
];
7267
};
68+
foot = {
69+
enable = true;
70+
server.enable = true;
71+
settings = {
72+
main = {
73+
term = "xterm-256color";
74+
};
75+
};
76+
};
7377
bat = {
7478
enable = true;
7579
extraPackages = with pkgs.bat-extras; [

home/hosts/frost/hyprland.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
exec-once = [
3-
"dbus-update-activation-environment --systemd --all"
43
"systemctl --user start hyprpolkitagent"
54
"swww-daemon &"
65
"eww open bar &"
@@ -76,11 +75,11 @@
7675
"$mod" = "SUPER";
7776

7877
bind = [
79-
"$mod, return, exec, kitty"
78+
"$mod, return, exec, foot"
8079
"$mod_SHIFT, Q, killactive,"
8180
"$mod_SHIFT, M, exit,"
8281
"$mod_SHIFT, L, exec, wlogout"
83-
"$mod, D, exec, kitty -1 yazi"
82+
"$mod, D, exec, foot yazi"
8483
"$mod, F, togglefloating"
8584
"$mod_SHIFT, return, exec, fuzzel --show-actions"
8685
"$mod, V, exec, sh -c 'cliphist list | fuzzel --dmenu | cliphist decode | wl-copy'"

home/modules/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"eww"
1414
"fuzzel"
1515
"kitty"
16+
"nushell"
1617
"wezterm"
1718
];
1819
in

home/modules/hyprlock/default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ in {
2626

2727
background = mkDefault [
2828
{
29-
path = "screenshot";
3029
blur_passes = 3;
3130
blur_size = 8;
3231
}
@@ -39,10 +38,6 @@ in {
3938
monitor = "";
4039
dots_center = true;
4140
fade_on_empty = false;
42-
font_color = "rgb(202, 211, 245)";
43-
inner_color = "rgb(91, 96, 120)";
44-
outer_color = "rgb(24, 25, 38)";
45-
outline_thickness = 5;
4641
placeholder_text = "Password...";
4742
shadow_passes = 2;
4843
}

0 commit comments

Comments
 (0)