Compare commits

..

No commits in common. "fb0ea8438811ad526d4a59963bc876f21bda7b2f" and "c2d7704eebe90964ecaed912c0596644411b4034" have entirely different histories.

3 changed files with 0 additions and 25 deletions

View File

@ -10,30 +10,12 @@
gnome.cheese
musescore
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;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.nameservers = [ "1.1.1.1" "9.9.9.9" ];
networking.hostName = "xps";
virtualisation.libvirtd.enable = true;
programs.dconf.enable = true;
users.users.usr.extraGroups = [ "libvirtd" ];
}

View File

@ -62,7 +62,6 @@ in {
pinentry-curses
magic-wormhole
xbrightness
figlet
unzip
lua-language-server

View File

@ -169,8 +169,6 @@ local packer = require('packer').startup(function(use)
use 'L3MON4D3/LuaSnip'
use 'https://github.com/vimwiki/vimwiki.git'
use 'lervag/vimtex'
use 'https://github.com/protex/better-digraphs.nvim'
use 'https://github.com/itchyny/calendar.vim'
use {
"folke/which-key.nvim",
config = function()
@ -212,8 +210,4 @@ nnoremap('<leader>ff', function()
require('telescope.builtin').find_files()
end)
inoremap('<C-k><C-k>', function()
require('better-digraphs').digraphs("insert")
end)
return packer