Compare commits
No commits in common. "fb0ea8438811ad526d4a59963bc876f21bda7b2f" and "c2d7704eebe90964ecaed912c0596644411b4034" have entirely different histories.
fb0ea84388
...
c2d7704eeb
|
@ -10,30 +10,12 @@
|
||||||
gnome.cheese
|
gnome.cheese
|
||||||
musescore
|
musescore
|
||||||
libsForQt5.kdenlive
|
libsForQt5.kdenlive
|
||||||
xdotool
|
|
||||||
texlive.combined.scheme-full
|
|
||||||
zathura
|
|
||||||
lilypond
|
|
||||||
virt-manager
|
|
||||||
virtualbox
|
|
||||||
xsane
|
|
||||||
xsane
|
|
||||||
];
|
];
|
||||||
|
|
||||||
users.extraGroups.vboxusers.members = [ "usr" ];
|
|
||||||
virtualisation.virtualbox.host.enable = true;
|
|
||||||
virtualisation.virtualbox.host.enableExtensionPack = true;
|
|
||||||
|
|
||||||
services.tlp.enable = true;
|
services.tlp.enable = true;
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.nameservers = [ "1.1.1.1" "9.9.9.9" ];
|
|
||||||
|
|
||||||
networking.hostName = "xps";
|
networking.hostName = "xps";
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
|
||||||
programs.dconf.enable = true;
|
|
||||||
users.users.usr.extraGroups = [ "libvirtd" ];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,7 +62,6 @@ in {
|
||||||
pinentry-curses
|
pinentry-curses
|
||||||
magic-wormhole
|
magic-wormhole
|
||||||
xbrightness
|
xbrightness
|
||||||
figlet
|
|
||||||
|
|
||||||
unzip
|
unzip
|
||||||
lua-language-server
|
lua-language-server
|
||||||
|
|
|
@ -169,8 +169,6 @@ local packer = require('packer').startup(function(use)
|
||||||
use 'L3MON4D3/LuaSnip'
|
use 'L3MON4D3/LuaSnip'
|
||||||
use 'https://github.com/vimwiki/vimwiki.git'
|
use 'https://github.com/vimwiki/vimwiki.git'
|
||||||
use 'lervag/vimtex'
|
use 'lervag/vimtex'
|
||||||
use 'https://github.com/protex/better-digraphs.nvim'
|
|
||||||
use 'https://github.com/itchyny/calendar.vim'
|
|
||||||
use {
|
use {
|
||||||
"folke/which-key.nvim",
|
"folke/which-key.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
|
@ -212,8 +210,4 @@ nnoremap('<leader>ff', function()
|
||||||
require('telescope.builtin').find_files()
|
require('telescope.builtin').find_files()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
inoremap('<C-k><C-k>', function()
|
|
||||||
require('better-digraphs').digraphs("insert")
|
|
||||||
end)
|
|
||||||
|
|
||||||
return packer
|
return packer
|
||||||
|
|
Loading…
Reference in New Issue