Add starship

This commit is contained in:
DashieTM 2024-08-05 23:29:49 +02:00
parent 494131ece5
commit 9ded78a148
4 changed files with 15 additions and 8 deletions

11
flake.lock generated
View file

@ -884,16 +884,17 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1722800434, "lastModified": 1722815171,
"narHash": "sha256-0lvzOT3dQWlQ+zyOAhKTxFd9BWZw380ILDNpoGdtekA=", "narHash": "sha256-TC8I1Y+R9vkS0IUsFWYdKOYq8wJHbEYuQRqcpw3kyQk=",
"ref": "refs/heads/main", "ref": "explicit-sync",
"rev": "2b520571e897be2a0e88c8692da607b062000038", "rev": "f2533c55cc25381d764978199ba8ada8957597c8",
"revCount": 5051, "revCount": 5070,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
}, },
"original": { "original": {
"ref": "explicit-sync",
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"

View file

@ -23,7 +23,7 @@
# }; # };
nur.url = "github:nix-community/nur"; nur.url = "github:nix-community/nur";
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1&ref=explicit-sync";
ironbar = { ironbar = {
url = "github:JakeStanger/ironbar?ref=3a1c60442382f970cdb7669814b6ef3594d9f048"; url = "github:JakeStanger/ironbar?ref=3a1c60442382f970cdb7669814b6ef3594d9f048";

View file

@ -76,6 +76,12 @@
nssmdns4 = true; nssmdns4 = true;
openFirewall = true; openFirewall = true;
}; };
programs.starship = {
enable = true;
interactiveOnly = true;
presets = [ "pastel-powerline" ];
settings = { };
};
programs.fish.enable = true; programs.fish.enable = true;
programs.fish.promptInit = '' programs.fish.promptInit = ''

View file

@ -233,8 +233,8 @@
cursor = { cursor = {
# conversion seems to be borked right now, i want a smooth bibata :( # conversion seems to be borked right now, i want a smooth bibata :(
enable_hyprcursor = false; enable_hyprcursor = false;
no_hardware_cursors = true; # no_hardware_cursors = true;
no_break_fs_vrr = true; # no_break_fs_vrr = true;
}; };
gestures = { gestures = {