Compare commits

...

5 commits

22 changed files with 1856 additions and 21 deletions

View file

@ -67,6 +67,7 @@ with lib; {
xbindkeys
clipmenu
flameshot
xclip
]
++ (with unstable; []);
};

View file

@ -6,11 +6,6 @@
...
}: {
home-manager.users.${vars.user} = {
home.file.".ssh/allowed_signers".text = "* ${builtins.readFile ../../rsc/config/git/git.pub}";
home.file.".ssh/git.pub" = {
source = ../../rsc/config/git/git.pub;
};
programs.git = {
enable = true;
userName = "GHOSCHT";

View file

@ -5,6 +5,10 @@
...
}: {
home-manager.users.${vars.user} = {
home.file."~/.config/zsh/.p10k.zsh" = {
source = ../../rsc/config/zsh/.p10k.zsh;
};
programs.zsh = {
enable = true;
autocd = true;
@ -20,7 +24,8 @@
};
initExtra = ''
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
[[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh
nix-your-shell zsh | source /dev/stdin
'';
zplug = {

View file

@ -160,7 +160,7 @@ local function set_wallpaper(s)
if type(wallpaper) == "function" then
wallpaper = wallpaper(s)
end
gears.wallpaper.maximized(wallpaper, s, true)
gears.wallpaper.centered(wallpaper, s)
end
end

View file

@ -17,7 +17,7 @@ local my_table = awful.util.table or gears.table -- 4.{0,1} compatibility
local theme = {}
theme.dir = os.getenv("HOME") .. "/.config/awesome/"
theme.wallpaper_dir = os.getenv("HOME") .. "/.wallpapers/"
theme.wallpaper = theme.wallpaper_dir .. "/city.jpg"
theme.wallpaper = theme.wallpaper_dir .. "/cyberpunk-ship-dock.jpg"
theme.font = "JetBrainsMono Nerd Font 9"
theme.fg_normal = colors.text
theme.fg_focus = colors.teal

View file

@ -1,6 +1,7 @@
local cmp = require "cmp"
local plugins = {
{'akinsho/git-conflict.nvim', version = "*", config = true, lazy = false,},
{
'numToStr/Comment.nvim',
lazy = false,
@ -43,19 +44,19 @@ local plugins = {
require("nvim-dap-virtual-text").setup()
end
},
{
"hrsh7th/nvim-cmp",
opts = function()
local M = require "plugins.configs.cmp"
M.completion.completeopt = "menu,menuone,noselect"
M.mapping["<CR>"] = cmp.mapping.confirm {
behavior = cmp.ConfirmBehavior.Insert,
select = false,
}
table.insert(M.sources, {name = "crates"})
return M
end,
},
-- {
-- "hrsh7th/nvim-cmp",
-- opts = function()
-- local M = require "plugins.configs.cmp"
-- M.completion.completeopt = "menu,menuone,noselect"
-- M.mapping["<CR>"] = cmp.mapping.confirm {
-- behavior = cmp.ConfirmBehavior.Insert,
-- select = false,
-- }
-- table.insert(M.sources, {name = "crates"})
-- return M
-- end,
-- },
{
"m4xshen/hardtime.nvim",
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" },

1833
rsc/config/zsh/.p10k.zsh Normal file

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

BIN
rsc/wallpaper/stray.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB