Add a synth (still not working, but closer) & emojis
This commit is contained in:
parent
223557d88d
commit
73d471faaa
5 changed files with 28 additions and 10 deletions
18
flake.lock
generated
18
flake.lock
generated
|
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1763228015,
|
"lastModified": 1763416652,
|
||||||
"narHash": "sha256-1rYieMVUyZ3kK/cBIr8mOusxrOEJ1/+2MsOg0oJ7b3A=",
|
"narHash": "sha256-8EBEEvtzQ11LCxpQHMNEBQAGtQiCu/pqP9zSovDSbNM=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "96156a9e86281c4bfc451236bc2ddfe4317e6f39",
|
"rev": "ea164b7c9ccdc2321379c2ff78fd4317b4c41312",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1762977756,
|
"lastModified": 1763283776,
|
||||||
"narHash": "sha256-4PqRErxfe+2toFJFgcRKZ0UI9NSIOJa+7RXVtBhy4KE=",
|
"narHash": "sha256-Y7TDFPK4GlqrKrivOcsHG8xSGqQx3A6c+i7novT85Uk=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "c5ae371f1a6a7fd27823bc500d9390b38c05fa55",
|
"rev": "50a96edd8d0db6cc8db57dab6bb6d6ee1f3dc49a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -54,11 +54,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-stable": {
|
"nixpkgs-stable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1763049705,
|
"lastModified": 1763334038,
|
||||||
"narHash": "sha256-A5LS0AJZ1yDPTa2fHxufZN++n8MCmtgrJDtxFxrH4S8=",
|
"narHash": "sha256-LBVOyaH6NFzQ3X/c6vfMZ9k4SV2ofhpxeL9YnhHNJQQ=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "3acb677ea67d4c6218f33de0db0955f116b7588c",
|
"rev": "4c8cdd5b1a630e8f72c9dd9bf582b1afb3127d2c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,12 @@
|
||||||
noDisplay = true;
|
noDisplay = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"surge-xt" = {
|
||||||
|
name = "Surge XT";
|
||||||
|
exec = "\"${pkgs.surge-XT}/bin/Surge XT\"";
|
||||||
|
terminal = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# Fixes missing icons
|
# Fixes missing icons
|
||||||
# TODO: Doesn't work
|
# TODO: Doesn't work
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,7 @@
|
||||||
"$terminal" = "foot";
|
"$terminal" = "foot";
|
||||||
"$fileManager" = "thunar";
|
"$fileManager" = "thunar";
|
||||||
"$menu" = "fuzzel";
|
"$menu" = "fuzzel";
|
||||||
|
"$emoji" = "BEMOJI_PICKER_CMD=\"fuzzel --dmenu\" bemoji -t --private";
|
||||||
|
|
||||||
bind = [
|
bind = [
|
||||||
"$mainMod, RETURN, exec, $terminal"
|
"$mainMod, RETURN, exec, $terminal"
|
||||||
|
|
@ -118,6 +119,7 @@
|
||||||
"$mainMod, T, exec, $fileManager"
|
"$mainMod, T, exec, $fileManager"
|
||||||
"$mainMod, V, togglefloating,"
|
"$mainMod, V, togglefloating,"
|
||||||
"$mainMod, SPACE, exec, $menu"
|
"$mainMod, SPACE, exec, $menu"
|
||||||
|
"$mainMod SHIFT, SPACE, exec, $emoji"
|
||||||
"$mainMod, P, pseudo,"
|
"$mainMod, P, pseudo,"
|
||||||
"$mainMod, J, togglesplit,"
|
"$mainMod, J, togglesplit,"
|
||||||
"$mainMod, F, fullscreen, 0"
|
"$mainMod, F, fullscreen, 0"
|
||||||
|
|
|
||||||
|
|
@ -37,9 +37,16 @@
|
||||||
|
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
alsa.enable = true;
|
||||||
|
alsa.support32Bit = true;
|
||||||
|
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
jack.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
security.rtkit.enable = true;
|
||||||
|
|
||||||
services.pipewire.wireplumber.extraConfig.no-ucm = {
|
services.pipewire.wireplumber.extraConfig.no-ucm = {
|
||||||
"monitor.alsa.properties" = {
|
"monitor.alsa.properties" = {
|
||||||
"alsa.use-ucm" = false;
|
"alsa.use-ucm" = false;
|
||||||
|
|
|
||||||
|
|
@ -55,10 +55,13 @@
|
||||||
godot
|
godot
|
||||||
libreoffice
|
libreoffice
|
||||||
mpv
|
mpv
|
||||||
|
surge-XT
|
||||||
gimp
|
gimp
|
||||||
|
|
||||||
# Important hypr* things
|
# Important hypr* things
|
||||||
fuzzel
|
fuzzel
|
||||||
|
bemoji
|
||||||
|
wtype
|
||||||
hyprpaper
|
hyprpaper
|
||||||
hyprpolkitagent
|
hyprpolkitagent
|
||||||
hyprsunset
|
hyprsunset
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue