Add starship
This commit is contained in:
parent
494131ece5
commit
9ded78a148
4 changed files with 15 additions and 8 deletions
11
flake.lock
generated
11
flake.lock
generated
|
|
@ -884,16 +884,17 @@
|
|||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1722800434,
|
||||
"narHash": "sha256-0lvzOT3dQWlQ+zyOAhKTxFd9BWZw380ILDNpoGdtekA=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "2b520571e897be2a0e88c8692da607b062000038",
|
||||
"revCount": 5051,
|
||||
"lastModified": 1722815171,
|
||||
"narHash": "sha256-TC8I1Y+R9vkS0IUsFWYdKOYq8wJHbEYuQRqcpw3kyQk=",
|
||||
"ref": "explicit-sync",
|
||||
"rev": "f2533c55cc25381d764978199ba8ada8957597c8",
|
||||
"revCount": 5070,
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/hyprwm/Hyprland"
|
||||
},
|
||||
"original": {
|
||||
"ref": "explicit-sync",
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/hyprwm/Hyprland"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
# };
|
||||
|
||||
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 = {
|
||||
url = "github:JakeStanger/ironbar?ref=3a1c60442382f970cdb7669814b6ef3594d9f048";
|
||||
|
|
|
|||
|
|
@ -76,6 +76,12 @@
|
|||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
interactiveOnly = true;
|
||||
presets = [ "pastel-powerline" ];
|
||||
settings = { };
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs.fish.promptInit = ''
|
||||
|
|
|
|||
|
|
@ -233,8 +233,8 @@
|
|||
cursor = {
|
||||
# conversion seems to be borked right now, i want a smooth bibata :(
|
||||
enable_hyprcursor = false;
|
||||
no_hardware_cursors = true;
|
||||
no_break_fs_vrr = true;
|
||||
# no_hardware_cursors = true;
|
||||
# no_break_fs_vrr = true;
|
||||
};
|
||||
|
||||
gestures = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue