Nixfiles! :3
0

Configure Feed

Select the types of activity you want to include in your feed.

Clean up what I don't use; configure a bit for samurott-nix

MLC Bloeiman (Feb 20, 2026, 3:28 PM +0100) 5da8c926 0de4f3cc

+17 -12
+4 -6
configs/niri/config.kdl
··· 70 70 XMODIFIERS "@im=ibus" 71 71 ELECTRON_OZONE_PLATFORM_HINT "auto" 72 72 } 73 - // You can configure outputs by their name, which you can find 74 - // by running `niri msg outputs` while inside a niri instance. 75 - // The built-in laptop monitor is usually called "eDP-1". 76 - // Find more information on the wiki: 77 - // https://github.com/YaLTeR/niri/wiki/Configuration:-Outputs 78 - // Remember to uncomment the node by removing "/-"! 73 + output "Virtual-2" { 74 + // samurott-nix's second screen is on the left. 75 + position x=-30000 y=0 76 + } 79 77 /-output "eDP-1" { 80 78 // Uncomment this line to disable this output. 81 79 // off
+5 -3
configs/nvim/lua/config/keymaps.lua
··· 21 21 Snacks.picker.files({ cwd = true }) 22 22 end, { desc = "Open file picker (cwd)" }) 23 23 24 - map("n", "<Space>g", function() 24 + map("n", "<Space>/", function() 25 25 Snacks.picker.grep() 26 - end, { desc = "Grep" }) 26 + end, { desc = "Project grep" }) 27 + 28 + map("n", "<Space>d", "<cmd>Trouble diagnostics<CR>", { desc = "Diagnostics" }) 27 29 28 30 map("n", "<Space>b", function() 29 31 Snacks.picker.buffers() ··· 76 78 map("v", "d", "d", { desc = "Delete selection" }) 77 79 map("v", "c", "c", { desc = "Change selection" }) 78 80 map("v", "y", "y", { desc = "Yank selection" }) 79 - map("n", "d", "x", { desc = "Delete character (Helix-style)" }) 81 + map("n", "d", "x", { desc = "Delete character" }) 80 82 map("n", "w", "viw", { desc = "Select inner word" }) 81 83 map("n", "e", "ve", { desc = "Select to end of word" }) 82 84 map("n", "w", "viw", { desc = "Select word" })
-2
home/home.nix
··· 11 11 inputs.plasma-manager.homeModules.plasma-manager 12 12 13 13 # Modules 14 - ./modules/conversation.nix 15 14 ./modules/development.nix 16 15 ./modules/fonts.nix 17 16 ./modules/games.nix ··· 20 19 ./modules/librewolf.nix 21 20 ./modules/niri.nix 22 21 ./modules/shell.nix 23 - ./modules/spotify.nix 24 22 ./modules/wezterm.nix 25 23 ] 26 24 ++ [
+2
home/host-specific/Fennekin.nix
··· 4 4 { 5 5 imports = [ 6 6 ./modules/touchscreen.nix 7 + ./modules/conversation.nix 8 + ./modules/spotify.nix 7 9 ]; 8 10 }
+3
home/host-specific/Ponyta.nix
··· 4 4 { 5 5 imports = [ 6 6 ./modules/steam.nix 7 + ./modules/conversation.nix 8 + ./modules/spotify.nix 9 + 7 10 ]; 8 11 }
+3 -1
home/host-specific/samurott-nix.nix
··· 1 - { } 1 + { 2 + 3 + }
home/modules/conversation.nix home/host-specific/modules/conversation.nix
home/modules/spotify.nix home/host-specific/modules/spotify.nix
libs/linux-x64/libniri-taskbar.so

This is a binary file and will not be displayed.