felixalbpc: Minor fixes, new packages, etc. Update flake inputs.
This commit is contained in:
@@ -25,9 +25,11 @@
|
||||
|
||||
console.keyMap = "no";
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"copilot.vim"
|
||||
];
|
||||
nixpkgs.config = {
|
||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"copilot.vim"
|
||||
];
|
||||
};
|
||||
|
||||
users.users.felixalb = {
|
||||
uid = 1328256;
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.gdm = {
|
||||
displayManager.lightdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
};
|
||||
xkb = {
|
||||
options = "ctrl:nocaps";
|
||||
@@ -28,10 +27,15 @@
|
||||
libnotify
|
||||
pamixer
|
||||
pavucontrol
|
||||
picom
|
||||
sxhkd
|
||||
xclip
|
||||
xss-lock
|
||||
];
|
||||
|
||||
programs.alacritty.settings = {
|
||||
font.size = lib.mkForce 11;
|
||||
};
|
||||
};
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
@@ -11,14 +11,19 @@
|
||||
dante
|
||||
dig
|
||||
element-desktop
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.nb_NO
|
||||
jq
|
||||
libreoffice
|
||||
maim
|
||||
mpv
|
||||
nixpkgs-2211.remmina
|
||||
oauth2ms
|
||||
openssl
|
||||
openstackclient
|
||||
pwgen
|
||||
remmina
|
||||
traceroute
|
||||
tlclient
|
||||
w3m
|
||||
|
||||
(python311.withPackages (ps: with ps; [
|
||||
@@ -34,7 +39,10 @@
|
||||
alacritty.enable = true;
|
||||
firefox.enable = true;
|
||||
git.extraConfig.user.email = "felix.albrigtsen@ntnu.no";
|
||||
rofi.enable = true;
|
||||
rofi = {
|
||||
enable = true;
|
||||
theme = "iggy";
|
||||
};
|
||||
zsh.shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";
|
||||
|
||||
neovim.plugins = with pkgs.vimPlugins; [ copilot-vim ];
|
||||
|
||||
Reference in New Issue
Block a user