[container-dev] Switch to rootless docker. [nvim] Update snacks options. [hyprland] Use clipboard fixes globally
This commit is contained in:
@@ -8,11 +8,6 @@
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./qmk.nix
|
||||
../../features/podman-dev.nix
|
||||
];
|
||||
|
||||
networking.hostName = "altair"; # Define your hostname.
|
||||
|
||||
# Configure network proxy if necessary
|
||||
|
||||
@@ -3,9 +3,11 @@
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./qmk.nix
|
||||
../../authorized-keys.nix
|
||||
../../features/gc.nix
|
||||
../../features/gui.nix
|
||||
../../features/container-dev.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../features/podman-dev.nix
|
||||
];
|
||||
|
||||
networking.hostName = "vega"; # Define your hostname.
|
||||
|
||||
# Configure network proxy if necessary
|
||||
@@ -80,16 +76,10 @@
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
# services.xserver.libinput.enable = true;
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
sddm-astronaut
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
@@ -138,16 +128,6 @@
|
||||
"flakes"
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
# Open ports in the firewall for Steam Remote Play
|
||||
remotePlay.openFirewall = true;
|
||||
# Open ports in the firewall for Source Dedicated Server
|
||||
dedicatedServer.openFirewall = true;
|
||||
# Open ports in the firewall for Steam Local Network Game Transfers
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
};
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
# Enable the font directory for managing fonts
|
||||
|
||||
@@ -6,15 +6,10 @@
|
||||
../../authorized-keys.nix
|
||||
../../features/gc.nix
|
||||
../../features/gui.nix
|
||||
../../features/container-dev.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home-manager.users.drew =
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./drew.nix
|
||||
];
|
||||
};
|
||||
home-manager.users.drew = import ./drew.nix;
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
# Set up eww here because it's based on the monitor configuration
|
||||
# Eww is idempotent, so it's fine to just run it on every reload to make sure things are open
|
||||
exec = [
|
||||
"eww daemon && eww open-many vertical-statusbar"
|
||||
"sleep 2 && eww open-many vertical-statusbar"
|
||||
];
|
||||
# Set up workspaces for this system
|
||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
||||
|
||||
Reference in New Issue
Block a user